Html Css Color HEX #42021C Blackberry

📋 copy color: '#42021C'

red 66 ◦ green 2 ◦ blue 28

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

Shades of Blackberry #42021C

Tints of Blackberry #42021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.08%

 BLUE value IS 28 (11.33% from 255) = 29.17%

R = 68.75%
G = 2.08%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#42021C (or 0x42021C) is known color: Blackberry. HEX triplet: 42, 02 and 1C. RGB value is (66,2,28). Sum of RGB (Red+Green+Blue) = 66+2+28=96 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.75% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 66 - color contains mainly: red. Hex color #42021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42021C is #BDFDE3. Grayscale: #181818. Windows color (decimal): -12451300 or 1835586. OLE color: 1835586.

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

Color convert

RGB 66 2 28 -
CMYK 0 0.97 0.58 0.74
HSL 335.63º 0.94% 0.13% -
HSV(B) 335.63º 0.97% 0.26% -
XYZ 2.48 1.29 1.22 -
YUV 24.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 66 2 28 0 0.97 0.58 0.74 335.63 0.94 0.13
Hex 42 2 1C 0 61 3A 4A 150 5E D
Octal 102 2 34 0 141 72 112 520 136 15
Binary 1000010 10 11100 0 1100001 111010 1001010 101010000 1011110 1101

Color Harmonies of #42021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42021C

Black with #42021C

Text Example


Text Example

White with #42021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42021C; }

 p { color: rgb(66,2,28); }

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

background-color css

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

 a { background-color: rgb(66,2,28); }

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

border-color css

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

 span { border-color: rgb(66,2,28); }

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