Html Css Color HEX #441E32 Blackberry

📋 copy color: '#441E32'

red 68 ◦ green 30 ◦ blue 50

#441E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #441E32

Tints of Blackberry #441E32

RGB

 RED value IS 68 (26.95% from 255) = 45.95%

 GREEN value IS 30 (12.11% from 255) = 20.27%

 BLUE value IS 50 (19.92% from 255) = 33.78%

R = 45.95%
G = 20.27%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#441E32 (or 0x441E32) is known color: Blackberry. HEX triplet: 44, 1E and 32. RGB value is (68,30,50). Sum of RGB (Red+Green+Blue) = 68+30+50=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #441E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E32 is #BBE1CD. Grayscale: #2B2B2B. Windows color (decimal): -12313038 or 3284548. OLE color: 3284548.

HSL color Cylindrical-coordinate representation of color #441E32: hue angle of 328.42º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #441E32 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 30 50 -
CMYK 0 0.56 0.26 0.73
HSL 328.42º 0.39% 0.19% -
HSV(B) 328.42º 0.56% 0.27% -
XYZ 3.42 2.39 3.3 -
YUV 43.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 68 30 50 0 0.56 0.26 0.73 328.42 0.39 0.19
Hex 44 1E 32 0 38 1A 49 148 27 13
Octal 104 36 62 0 70 32 111 510 47 23
Binary 1000100 11110 110010 0 111000 11010 1001001 101001000 100111 10011

Color Harmonies of #441E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E32

Black with #441E32

Text Example


Text Example

White with #441E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441E32; }

 p { color: rgb(68,30,50); }

 H1.HeaderClassName
 {
   color: #441E32;
 }
 .AnyTagClassName
 {
   color: #441E32;
 }
</style>

background-color css

<style>
 a { background-color: #441E32; }

 a { background-color: rgb(68,30,50); }

 div.DivClassName
 {
   background-color: #441E32;
 }
 .BgClassName
 {
   background-color: #441E32;
 }
</style>

border-color css

<style>
 span { border-color: #441E32; }

 span { border-color: rgb(68,30,50); }

 td.TdClassName
 {
   border-color: #441E32;
 }
 .TagClassName
 {
   border-color: #441E32;
 }
</style>