Html Css Color HEX #420127 Blackberry

📋 copy color: '#420127'

red 66 ◦ green 1 ◦ blue 39

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

Shades of Blackberry #420127

Tints of Blackberry #420127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 36.79%

R = 62.26%
G = 0.94%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#420127 (or 0x420127) is known color: Blackberry. HEX triplet: 42, 01 and 27. RGB value is (66,1,39). Sum of RGB (Red+Green+Blue) = 66+1+39=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #420127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420127 is #BDFED8. Grayscale: #181818. Windows color (decimal): -12451545 or 2556226. OLE color: 2556226.

HSL color Cylindrical-coordinate representation of color #420127: hue angle of 324.92º 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 #420127 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 1 39 -
CMYK 0 0.98 0.41 0.74
HSL 324.92º 0.97% 0.13% -
HSV(B) 324.92º 0.98% 0.26% -
XYZ 2.62 1.33 2.04 -
YUV 24.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 66 1 39 0 0.98 0.41 0.74 324.92 0.97 0.13
Hex 42 1 27 0 62 29 4A 145 61 D
Octal 102 1 47 0 142 51 112 505 141 15
Binary 1000010 1 100111 0 1100010 101001 1001010 101000101 1100001 1101

Color Harmonies of #420127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420127

Black with #420127

Text Example


Text Example

White with #420127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420127; }

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

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

background-color css

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

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

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

border-color css

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

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

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