Html Css Color HEX #421B31 Blackberry

📋 copy color: '#421B31'

red 66 ◦ green 27 ◦ blue 49

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

Shades of Blackberry #421B31

Tints of Blackberry #421B31

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.01%

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

R = 46.48%
G = 19.01%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#421B31 (or 0x421B31) is known color: Blackberry. HEX triplet: 42, 1B and 31. RGB value is (66,27,49). Sum of RGB (Red+Green+Blue) = 66+27+49=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #421B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B31 is #BDE4CE. Grayscale: #292929. Windows color (decimal): -12444879 or 3218242. OLE color: 3218242.

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

Color convert

RGB 66 27 49 -
CMYK 0 0.59 0.26 0.74
HSL 326.15º 0.42% 0.18% -
HSV(B) 326.15º 0.59% 0.26% -
XYZ 3.19 2.16 3.16 -
YUV 41.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 66 27 49 0 0.59 0.26 0.74 326.15 0.42 0.18
Hex 42 1B 31 0 3B 1A 4A 146 2A 12
Octal 102 33 61 0 73 32 112 506 52 22
Binary 1000010 11011 110001 0 111011 11010 1001010 101000110 101010 10010

Color Harmonies of #421B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B31

Black with #421B31

Text Example


Text Example

White with #421B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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