Html Css Color HEX #420336 Blackberry

📋 copy color: '#420336'

red 66 ◦ green 3 ◦ blue 54

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

Shades of Blackberry #420336

Tints of Blackberry #420336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.44%

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

R = 53.66%
G = 2.44%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#420336 (or 0x420336) is known color: Blackberry. HEX triplet: 42, 03 and 36. RGB value is (66,3,54). Sum of RGB (Red+Green+Blue) = 66+3+54=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #420336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420336 is #BDFCC9. Grayscale: #1B1B1B. Windows color (decimal): -12451018 or 3539778. OLE color: 3539778.

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

Color convert

RGB 66 3 54 -
CMYK 0 0.95 0.18 0.74
HSL 311.43º 0.91% 0.14% -
HSV(B) 311.43º 0.95% 0.26% -
XYZ 2.95 1.49 3.62 -
YUV 27.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 66 3 54 0 0.95 0.18 0.74 311.43 0.91 0.14
Hex 42 3 36 0 5F 12 4A 137 5B E
Octal 102 3 66 0 137 22 112 467 133 16
Binary 1000010 11 110110 0 1011111 10010 1001010 100110111 1011011 1110

Color Harmonies of #420336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420336

Black with #420336

Text Example


Text Example

White with #420336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420336; }

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

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

background-color css

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

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

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

border-color css

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

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

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