Html Css Color HEX #40021D Blackberry

📋 copy color: '#40021D'

red 64 ◦ green 2 ◦ blue 29

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

Shades of Blackberry #40021D

Tints of Blackberry #40021D

RGB

 RED value IS 64 (25.39% from 255) = 67.37%

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

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

R = 67.37%
G = 2.11%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#40021D (or 0x40021D) is known color: Blackberry. HEX triplet: 40, 02 and 1D. RGB value is (64,2,29). Sum of RGB (Red+Green+Blue) = 64+2+29=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #40021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40021D is #BFFDE2. Grayscale: #171717. Windows color (decimal): -12582371 or 1901120. OLE color: 1901120.

HSL color Cylindrical-coordinate representation of color #40021D: hue angle of 333.87º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40021D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 2 29 -
CMYK 0 0.97 0.55 0.75
HSL 333.87º 0.94% 0.13% -
HSV(B) 333.87º 0.97% 0.25% -
XYZ 2.36 1.22 1.27 -
YUV 23.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 64 2 29 0 0.97 0.55 0.75 333.87 0.94 0.13
Hex 40 2 1D 0 61 37 4B 14E 5E D
Octal 100 2 35 0 141 67 113 516 136 15
Binary 1000000 10 11101 0 1100001 110111 1001011 101001110 1011110 1101

Color Harmonies of #40021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40021D

Black with #40021D

Text Example


Text Example

White with #40021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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