Html Css Color HEX #42021D Blackberry

📋 copy color: '#42021D'

red 66 ◦ green 2 ◦ blue 29

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

Shades of Blackberry #42021D

Tints of Blackberry #42021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 29.9%

R = 68.04%
G = 2.06%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#42021D (or 0x42021D) is known color: Blackberry. HEX triplet: 42, 02 and 1D. RGB value is (66,2,29). Sum of RGB (Red+Green+Blue) = 66+2+29=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #42021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42021D is #BDFDE2. Grayscale: #181818. Windows color (decimal): -12451299 or 1901122. OLE color: 1901122.

HSL color Cylindrical-coordinate representation of color #42021D: hue angle of 334.69º 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 #42021D is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 2 29 -
CMYK 0 0.97 0.56 0.74
HSL 334.69º 0.94% 0.13% -
HSV(B) 334.69º 0.97% 0.26% -
XYZ 2.49 1.29 1.28 -
YUV 24.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 66 2 29 0 0.97 0.56 0.74 334.69 0.94 0.13
Hex 42 2 1D 0 61 38 4A 14F 5E D
Octal 102 2 35 0 141 70 112 517 136 15
Binary 1000010 10 11101 0 1100001 111000 1001010 101001111 1011110 1101

Color Harmonies of #42021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42021D

Black with #42021D

Text Example


Text Example

White with #42021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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