Html Css Color HEX #40011C Blackberry

📋 copy color: '#40011C'

red 64 ◦ green 1 ◦ blue 28

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

Shades of Blackberry #40011C

Tints of Blackberry #40011C

RGB

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

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

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

R = 68.82%
G = 1.08%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40011C (or 0x40011C) is known color: Blackberry. HEX triplet: 40, 01 and 1C. RGB value is (64,1,28). Sum of RGB (Red+Green+Blue) = 64+1+28=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #40011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40011C is #BFFEE3. Grayscale: #161616. Windows color (decimal): -12582628 or 1835328. OLE color: 1835328.

HSL color Cylindrical-coordinate representation of color #40011C: hue angle of 334.29º 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 #40011C is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 1 28 -
CMYK 0 0.98 0.56 0.75
HSL 334.29º 0.97% 0.13% -
HSV(B) 334.29º 0.98% 0.25% -
XYZ 2.33 1.2 1.21 -
YUV 22.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 64 1 28 0 0.98 0.56 0.75 334.29 0.97 0.13
Hex 40 1 1C 0 62 38 4B 14E 61 D
Octal 100 1 34 0 142 70 113 516 141 15
Binary 1000000 1 11100 0 1100010 111000 1001011 101001110 1100001 1101

Color Harmonies of #40011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40011C

Black with #40011C

Text Example


Text Example

White with #40011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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