Html Css Color HEX #420027 Blackberry

📋 copy color: '#420027'

red 66 ◦ green 0 ◦ blue 39

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

Shades of Blackberry #420027

Tints of Blackberry #420027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.86%
G = 0%
B = 37.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#420027 (or 0x420027) is known color: Blackberry. HEX triplet: 42, 00 and 27. RGB value is (66,0,39). Sum of RGB (Red+Green+Blue) = 66+0+39=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #420027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420027 is #BDFFD8. Grayscale: #181818. Windows color (decimal): -12451801 or 2555970. OLE color: 2555970.

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

Color convert

RGB 66 0 39 -
CMYK 0 1 0.41 0.74
HSL 324.55º 1% 0.13% -
HSV(B) 324.55º 1% 0.26% -
XYZ 2.61 1.3 2.03 -
YUV 24.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 66 0 39 0 1 0.41 0.74 324.55 1 0.13
Hex 42 0 27 0 64 29 4A 145 64 D
Octal 102 0 47 0 144 51 112 505 144 15
Binary 1000010 0 100111 0 1100100 101001 1001010 101000101 1100100 1101

Color Harmonies of #420027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420027

Black with #420027

Text Example


Text Example

White with #420027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420027; }

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

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

background-color css

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

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

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

border-color css

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

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

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