Html Css Color HEX #421831 Blackberry

📋 copy color: '#421831'

red 66 ◦ green 24 ◦ blue 49

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

Shades of Blackberry #421831

Tints of Blackberry #421831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.27%

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

R = 47.48%
G = 17.27%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#421831 (or 0x421831) is known color: Blackberry. HEX triplet: 42, 18 and 31. RGB value is (66,24,49). Sum of RGB (Red+Green+Blue) = 66+24+49=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #421831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421831 is #BDE7CE. Grayscale: #272727. Windows color (decimal): -12445647 or 3217474. OLE color: 3217474.

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

Color convert

RGB 66 24 49 -
CMYK 0 0.64 0.26 0.74
HSL 324.29º 0.47% 0.18% -
HSV(B) 324.29º 0.64% 0.26% -
XYZ 3.13 2.03 3.13 -
YUV 39.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 66 24 49 0 0.64 0.26 0.74 324.29 0.47 0.18
Hex 42 18 31 0 40 1A 4A 144 2F 12
Octal 102 30 61 0 100 32 112 504 57 22
Binary 1000010 11000 110001 0 1000000 11010 1001010 101000100 101111 10010

Color Harmonies of #421831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421831

Black with #421831

Text Example


Text Example

White with #421831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421831; }

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

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

background-color css

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

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

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

border-color css

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

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

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