Html Css Color HEX #421431 Blackberry

📋 copy color: '#421431'

red 66 ◦ green 20 ◦ blue 49

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

Shades of Blackberry #421431

Tints of Blackberry #421431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.81%

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

R = 48.89%
G = 14.81%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#421431 (or 0x421431) is known color: Blackberry. HEX triplet: 42, 14 and 31. RGB value is (66,20,49). Sum of RGB (Red+Green+Blue) = 66+20+49=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #421431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421431 is #BDEBCE. Grayscale: #242424. Windows color (decimal): -12446671 or 3216450. OLE color: 3216450.

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

Color convert

RGB 66 20 49 -
CMYK 0 0.70 0.26 0.74
HSL 322.17º 0.53% 0.17% -
HSV(B) 322.17º 0.7% 0.26% -
XYZ 3.05 1.88 3.11 -
YUV 37.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 66 20 49 0 0.70 0.26 0.74 322.17 0.53 0.17
Hex 42 14 31 0 46 1A 4A 142 35 11
Octal 102 24 61 0 106 32 112 502 65 21
Binary 1000010 10100 110001 0 1000110 11010 1001010 101000010 110101 10001

Color Harmonies of #421431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421431

Black with #421431

Text Example


Text Example

White with #421431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421431; }

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

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

background-color css

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

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

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

border-color css

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

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

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