Html Css Color HEX #420428 Blackberry

📋 copy color: '#420428'

red 66 ◦ green 4 ◦ blue 40

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

Shades of Blackberry #420428

Tints of Blackberry #420428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.64%

 BLUE value IS 40 (16.02% from 255) = 36.36%

R = 60%
G = 3.64%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#420428 (or 0x420428) is known color: Blackberry. HEX triplet: 42, 04 and 28. RGB value is (66,4,40). Sum of RGB (Red+Green+Blue) = 66+4+40=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #420428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420428 is #BDFBD7. Grayscale: #1A1A1A. Windows color (decimal): -12450776 or 2622530. OLE color: 2622530.

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

Color convert

RGB 66 4 40 -
CMYK 0 0.94 0.39 0.74
HSL 325.16º 0.89% 0.14% -
HSV(B) 325.16º 0.94% 0.26% -
XYZ 2.67 1.4 2.14 -
YUV 26.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 66 4 40 0 0.94 0.39 0.74 325.16 0.89 0.14
Hex 42 4 28 0 5E 27 4A 145 59 E
Octal 102 4 50 0 136 47 112 505 131 16
Binary 1000010 100 101000 0 1011110 100111 1001010 101000101 1011001 1110

Color Harmonies of #420428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420428

Black with #420428

Text Example


Text Example

White with #420428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420428; }

 p { color: rgb(66,4,40); }

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

background-color css

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

 a { background-color: rgb(66,4,40); }

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

border-color css

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

 span { border-color: rgb(66,4,40); }

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