Html Css Color HEX #40011D Blackberry

📋 copy color: '#40011D'

red 64 ◦ green 1 ◦ blue 29

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

Shades of Blackberry #40011D

Tints of Blackberry #40011D

RGB

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

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

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

R = 68.09%
G = 1.06%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#40011D (or 0x40011D) is known color: Blackberry. HEX triplet: 40, 01 and 1D. RGB value is (64,1,29). Sum of RGB (Red+Green+Blue) = 64+1+29=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #40011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40011D is #BFFEE2. Grayscale: #161616. Windows color (decimal): -12582627 or 1900864. OLE color: 1900864.

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

Color convert

RGB 64 1 29 -
CMYK 0 0.98 0.55 0.75
HSL 333.33º 0.97% 0.13% -
HSV(B) 333.33º 0.98% 0.25% -
XYZ 2.35 1.2 1.27 -
YUV 23.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 64 1 29 0 0.98 0.55 0.75 333.33 0.97 0.13
Hex 40 1 1D 0 62 37 4B 14D 61 D
Octal 100 1 35 0 142 67 113 515 141 15
Binary 1000000 1 11101 0 1100010 110111 1001011 101001101 1100001 1101

Color Harmonies of #40011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40011D

Black with #40011D

Text Example


Text Example

White with #40011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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