Html Css Color HEX #421731 Blackberry

📋 copy color: '#421731'

red 66 ◦ green 23 ◦ blue 49

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

Shades of Blackberry #421731

Tints of Blackberry #421731

RGB

 RED value IS 66 (26.17% from 255) = 47.83%

 GREEN value IS 23 (9.38% from 255) = 16.67%

 BLUE value IS 49 (19.53% from 255) = 35.51%

R = 47.83%
G = 16.67%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#421731 (or 0x421731) is known color: Blackberry. HEX triplet: 42, 17 and 31. RGB value is (66,23,49). Sum of RGB (Red+Green+Blue) = 66+23+49=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #421731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421731 is #BDE8CE. Grayscale: #262626. Windows color (decimal): -12445903 or 3217218. OLE color: 3217218.

HSL color Cylindrical-coordinate representation of color #421731: hue angle of 323.72º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #421731 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 23 49 -
CMYK 0 0.65 0.26 0.74
HSL 323.72º 0.48% 0.17% -
HSV(B) 323.72º 0.65% 0.26% -
XYZ 3.11 1.99 3.13 -
YUV 38.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 66 23 49 0 0.65 0.26 0.74 323.72 0.48 0.17
Hex 42 17 31 0 41 1A 4A 144 30 11
Octal 102 27 61 0 101 32 112 504 60 21
Binary 1000010 10111 110001 0 1000001 11010 1001010 101000100 110000 10001

Color Harmonies of #421731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421731

Black with #421731

Text Example


Text Example

White with #421731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421731; }

 p { color: rgb(66,23,49); }

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

background-color css

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

 a { background-color: rgb(66,23,49); }

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

border-color css

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

 span { border-color: rgb(66,23,49); }

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