Html Css Color HEX #421B38 Blackberry

📋 copy color: '#421B38'

red 66 ◦ green 27 ◦ blue 56

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

Shades of Blackberry #421B38

Tints of Blackberry #421B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 37.58%

R = 44.3%
G = 18.12%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#421B38 (or 0x421B38) is known color: Blackberry. HEX triplet: 42, 1B and 38. RGB value is (66,27,56). Sum of RGB (Red+Green+Blue) = 66+27+56=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #421B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B38 is #BDE4C7. Grayscale: #292929. Windows color (decimal): -12444872 or 3676994. OLE color: 3676994.

HSL color Cylindrical-coordinate representation of color #421B38: hue angle of 315.38º 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 #421B38 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 27 56 -
CMYK 0 0.59 0.15 0.74
HSL 315.38º 0.42% 0.18% -
HSV(B) 315.38º 0.59% 0.26% -
XYZ 3.35 2.23 3.99 -
YUV 41.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 66 27 56 0 0.59 0.15 0.74 315.38 0.42 0.18
Hex 42 1B 38 0 3B F 4A 13B 2A 12
Octal 102 33 70 0 73 17 112 473 52 22
Binary 1000010 11011 111000 0 111011 1111 1001010 100111011 101010 10010

Color Harmonies of #421B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B38

Black with #421B38

Text Example


Text Example

White with #421B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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