Html Css Color HEX #40112C Blackberry

📋 copy color: '#40112C'

red 64 ◦ green 17 ◦ blue 44

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

Shades of Blackberry #40112C

Tints of Blackberry #40112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.6%

 BLUE value IS 44 (17.58% from 255) = 35.2%

R = 51.2%
G = 13.6%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#40112C (or 0x40112C) is known color: Blackberry. HEX triplet: 40, 11 and 2C. RGB value is (64,17,44). Sum of RGB (Red+Green+Blue) = 64+17+44=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #40112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40112C is #BFEED3. Grayscale: #222222. Windows color (decimal): -12578516 or 2888000. OLE color: 2888000.

HSL color Cylindrical-coordinate representation of color #40112C: hue angle of 325.53º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40112C is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 17 44 -
CMYK 0 0.73 0.31 0.75
HSL 325.53º 0.58% 0.16% -
HSV(B) 325.53º 0.73% 0.25% -
XYZ 2.77 1.67 2.56 -
YUV 34.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 64 17 44 0 0.73 0.31 0.75 325.53 0.58 0.16
Hex 40 11 2C 0 49 1F 4B 146 3A 10
Octal 100 21 54 0 111 37 113 506 72 20
Binary 1000000 10001 101100 0 1001001 11111 1001011 101000110 111010 10000

Color Harmonies of #40112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40112C

Black with #40112C

Text Example


Text Example

White with #40112C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,17,44); }

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

background-color css

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

 a { background-color: rgb(64,17,44); }

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

border-color css

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

 span { border-color: rgb(64,17,44); }

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