Html Css Color HEX #420128 Blackberry

📋 copy color: '#420128'

red 66 ◦ green 1 ◦ blue 40

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

Shades of Blackberry #420128

Tints of Blackberry #420128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

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

R = 61.68%
G = 0.93%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#420128 (or 0x420128) is known color: Blackberry. HEX triplet: 42, 01 and 28. RGB value is (66,1,40). Sum of RGB (Red+Green+Blue) = 66+1+40=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #420128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420128 is #BDFED7. Grayscale: #181818. Windows color (decimal): -12451544 or 2621762. OLE color: 2621762.

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

Color convert

RGB 66 1 40 -
CMYK 0 0.98 0.39 0.74
HSL 324º 0.97% 0.13% -
HSV(B) 324º 0.98% 0.26% -
XYZ 2.64 1.33 2.13 -
YUV 24.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 66 1 40 0 0.98 0.39 0.74 324 0.97 0.13
Hex 42 1 28 0 62 27 4A 144 61 D
Octal 102 1 50 0 142 47 112 504 141 15
Binary 1000010 1 101000 0 1100010 100111 1001010 101000100 1100001 1101

Color Harmonies of #420128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420128

Black with #420128

Text Example


Text Example

White with #420128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420128; }

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

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

background-color css

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

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

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

border-color css

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

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

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