Html Css Color HEX #420133 Blackberry

📋 copy color: '#420133'

red 66 ◦ green 1 ◦ blue 51

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

Shades of Blackberry #420133

Tints of Blackberry #420133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 43.22%

R = 55.93%
G = 0.85%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#420133 (or 0x420133) is known color: Blackberry. HEX triplet: 42, 01 and 33. RGB value is (66,1,51). Sum of RGB (Red+Green+Blue) = 66+1+51=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #420133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420133 is #BDFECC. Grayscale: #1A1A1A. Windows color (decimal): -12451533 or 3342658. OLE color: 3342658.

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

Color convert

RGB 66 1 51 -
CMYK 0 0.98 0.23 0.74
HSL 313.85º 0.97% 0.13% -
HSV(B) 313.85º 0.98% 0.26% -
XYZ 2.86 1.42 3.26 -
YUV 26.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 66 1 51 0 0.98 0.23 0.74 313.85 0.97 0.13
Hex 42 1 33 0 62 17 4A 13A 61 D
Octal 102 1 63 0 142 27 112 472 141 15
Binary 1000010 1 110011 0 1100010 10111 1001010 100111010 1100001 1101

Color Harmonies of #420133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420133

Black with #420133

Text Example


Text Example

White with #420133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420133; }

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

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

background-color css

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

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

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

border-color css

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

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

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