Html Css Color HEX #421931 Blackberry

📋 copy color: '#421931'

red 66 ◦ green 25 ◦ blue 49

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

Shades of Blackberry #421931

Tints of Blackberry #421931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.86%

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

R = 47.14%
G = 17.86%
B = 35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#421931 (or 0x421931) is known color: Blackberry. HEX triplet: 42, 19 and 31. RGB value is (66,25,49). Sum of RGB (Red+Green+Blue) = 66+25+49=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #421931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421931 is #BDE6CE. Grayscale: #272727. Windows color (decimal): -12445391 or 3217730. OLE color: 3217730.

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

Color convert

RGB 66 25 49 -
CMYK 0 0.62 0.26 0.74
HSL 324.88º 0.45% 0.18% -
HSV(B) 324.88º 0.62% 0.26% -
XYZ 3.15 2.08 3.14 -
YUV 40 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 66 25 49 0 0.62 0.26 0.74 324.88 0.45 0.18
Hex 42 19 31 0 3E 1A 4A 145 2D 12
Octal 102 31 61 0 76 32 112 505 55 22
Binary 1000010 11001 110001 0 111110 11010 1001010 101000101 101101 10010

Color Harmonies of #421931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421931

Black with #421931

Text Example


Text Example

White with #421931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421931; }

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

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

background-color css

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

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

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

border-color css

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

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

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