Html Css Color HEX #421336 Blackberry

📋 copy color: '#421336'

red 66 ◦ green 19 ◦ blue 54

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

Shades of Blackberry #421336

Tints of Blackberry #421336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

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

R = 47.48%
G = 13.67%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#421336 (or 0x421336) is known color: Blackberry. HEX triplet: 42, 13 and 36. RGB value is (66,19,54). Sum of RGB (Red+Green+Blue) = 66+19+54=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #421336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421336 is #BDECC9. Grayscale: #242424. Windows color (decimal): -12446922 or 3543874. OLE color: 3543874.

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

Color convert

RGB 66 19 54 -
CMYK 0 0.71 0.18 0.74
HSL 315.32º 0.55% 0.17% -
HSV(B) 315.32º 0.71% 0.26% -
XYZ 3.15 1.89 3.69 -
YUV 37.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 66 19 54 0 0.71 0.18 0.74 315.32 0.55 0.17
Hex 42 13 36 0 47 12 4A 13B 37 11
Octal 102 23 66 0 107 22 112 473 67 21
Binary 1000010 10011 110110 0 1000111 10010 1001010 100111011 110111 10001

Color Harmonies of #421336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421336

Black with #421336

Text Example


Text Example

White with #421336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421336; }

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

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

background-color css

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

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

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

border-color css

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

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

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