Html Css Color HEX #40112D Blackberry

📋 copy color: '#40112D'

red 64 ◦ green 17 ◦ blue 45

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

Shades of Blackberry #40112D

Tints of Blackberry #40112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 35.71%

R = 50.79%
G = 13.49%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#40112D (or 0x40112D) is known color: Blackberry. HEX triplet: 40, 11 and 2D. RGB value is (64,17,45). Sum of RGB (Red+Green+Blue) = 64+17+45=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40112D is #BFEED2. Grayscale: #222222. Windows color (decimal): -12578515 or 2953536. OLE color: 2953536.

HSL color Cylindrical-coordinate representation of color #40112D: hue angle of 324.26º 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 #40112D is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 17 45 -
CMYK 0 0.73 0.30 0.75
HSL 324.26º 0.58% 0.16% -
HSV(B) 324.26º 0.73% 0.25% -
XYZ 2.79 1.68 2.66 -
YUV 34.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 64 17 45 0 0.73 0.30 0.75 324.26 0.58 0.16
Hex 40 11 2D 0 49 1E 4B 144 3A 10
Octal 100 21 55 0 111 36 113 504 72 20
Binary 1000000 10001 101101 0 1001001 11110 1001011 101000100 111010 10000

Color Harmonies of #40112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40112D

Black with #40112D

Text Example


Text Example

White with #40112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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