Html Css Color HEX #420139 Blackberry

📋 copy color: '#420139'

red 66 ◦ green 1 ◦ blue 57

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

Shades of Blackberry #420139

Tints of Blackberry #420139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 45.97%

R = 53.23%
G = 0.81%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#420139 (or 0x420139) is known color: Blackberry. HEX triplet: 42, 01 and 39. RGB value is (66,1,57). Sum of RGB (Red+Green+Blue) = 66+1+57=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #420139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420139 is #BDFEC6. Grayscale: #1A1A1A. Windows color (decimal): -12451527 or 3735874. OLE color: 3735874.

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

Color convert

RGB 66 1 57 -
CMYK 0 0.98 0.14 0.74
HSL 308.31º 0.97% 0.13% -
HSV(B) 308.31º 0.98% 0.26% -
XYZ 3 1.48 4 -
YUV 26.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 66 1 57 0 0.98 0.14 0.74 308.31 0.97 0.13
Hex 42 1 39 0 62 E 4A 134 61 D
Octal 102 1 71 0 142 16 112 464 141 15
Binary 1000010 1 111001 0 1100010 1110 1001010 100110100 1100001 1101

Color Harmonies of #420139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420139

Black with #420139

Text Example


Text Example

White with #420139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420139; }

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

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

background-color css

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

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

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

border-color css

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

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

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