Html Css Color HEX #420126 Blackberry

📋 copy color: '#420126'

red 66 ◦ green 1 ◦ blue 38

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

Shades of Blackberry #420126

Tints of Blackberry #420126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 36.19%

R = 62.86%
G = 0.95%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#420126 (or 0x420126) is known color: Blackberry. HEX triplet: 42, 01 and 26. RGB value is (66,1,38). Sum of RGB (Red+Green+Blue) = 66+1+38=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #420126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420126 is #BDFED9. Grayscale: #181818. Windows color (decimal): -12451546 or 2490690. OLE color: 2490690.

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

Color convert

RGB 66 1 38 -
CMYK 0 0.98 0.42 0.74
HSL 325.85º 0.97% 0.13% -
HSV(B) 325.85º 0.98% 0.26% -
XYZ 2.61 1.32 1.95 -
YUV 24.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 66 1 38 0 0.98 0.42 0.74 325.85 0.97 0.13
Hex 42 1 26 0 62 2A 4A 146 61 D
Octal 102 1 46 0 142 52 112 506 141 15
Binary 1000010 1 100110 0 1100010 101010 1001010 101000110 1100001 1101

Color Harmonies of #420126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420126

Black with #420126

Text Example


Text Example

White with #420126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420126; }

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

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

background-color css

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

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

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

border-color css

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

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

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