Html Css Color HEX #40112F Blackberry

📋 copy color: '#40112F'

red 64 ◦ green 17 ◦ blue 47

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

Shades of Blackberry #40112F

Tints of Blackberry #40112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 36.72%

R = 50%
G = 13.28%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#40112F (or 0x40112F) is known color: Blackberry. HEX triplet: 40, 11 and 2F. RGB value is (64,17,47). Sum of RGB (Red+Green+Blue) = 64+17+47=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40112F is #BFEED0. Grayscale: #222222. Windows color (decimal): -12578513 or 3084608. OLE color: 3084608.

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

Color convert

RGB 64 17 47 -
CMYK 0 0.73 0.27 0.75
HSL 321.7º 0.58% 0.16% -
HSV(B) 321.7º 0.73% 0.25% -
XYZ 2.83 1.7 2.87 -
YUV 34.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 64 17 47 0 0.73 0.27 0.75 321.7 0.58 0.16
Hex 40 11 2F 0 49 1B 4B 142 3A 10
Octal 100 21 57 0 111 33 113 502 72 20
Binary 1000000 10001 101111 0 1001001 11011 1001011 101000010 111010 10000

Color Harmonies of #40112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40112F

Black with #40112F

Text Example


Text Example

White with #40112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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