Html Css Color HEX #421B36 Blackberry

📋 copy color: '#421B36'

red 66 ◦ green 27 ◦ blue 54

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

Shades of Blackberry #421B36

Tints of Blackberry #421B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 36.73%

R = 44.9%
G = 18.37%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#421B36 (or 0x421B36) is known color: Blackberry. HEX triplet: 42, 1B and 36. RGB value is (66,27,54). Sum of RGB (Red+Green+Blue) = 66+27+54=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #421B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B36 is #BDE4C9. Grayscale: #292929. Windows color (decimal): -12444874 or 3545922. OLE color: 3545922.

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

Color convert

RGB 66 27 54 -
CMYK 0 0.59 0.18 0.74
HSL 318.46º 0.42% 0.18% -
HSV(B) 318.46º 0.59% 0.26% -
XYZ 3.3 2.21 3.74 -
YUV 41.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 66 27 54 0 0.59 0.18 0.74 318.46 0.42 0.18
Hex 42 1B 36 0 3B 12 4A 13E 2A 12
Octal 102 33 66 0 73 22 112 476 52 22
Binary 1000010 11011 110110 0 111011 10010 1001010 100111110 101010 10010

Color Harmonies of #421B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B36

Black with #421B36

Text Example


Text Example

White with #421B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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