Html Css Color HEX #40072F Blackberry

📋 copy color: '#40072F'

red 64 ◦ green 7 ◦ blue 47

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

Shades of Blackberry #40072F

Tints of Blackberry #40072F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.93%

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

R = 54.24%
G = 5.93%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#40072F (or 0x40072F) is known color: Blackberry. HEX triplet: 40, 07 and 2F. RGB value is (64,7,47). Sum of RGB (Red+Green+Blue) = 64+7+47=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #40072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40072F is #BFF8D0. Grayscale: #1C1C1C. Windows color (decimal): -12581073 or 3082048. OLE color: 3082048.

HSL color Cylindrical-coordinate representation of color #40072F: hue angle of 317.89º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40072F is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 7 47 -
CMYK 0 0.89 0.27 0.75
HSL 317.89º 0.8% 0.14% -
HSV(B) 317.89º 0.89% 0.25% -
XYZ 2.7 1.45 2.83 -
YUV 28.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 64 7 47 0 0.89 0.27 0.75 317.89 0.8 0.14
Hex 40 7 2F 0 59 1B 4B 13E 50 E
Octal 100 7 57 0 131 33 113 476 120 16
Binary 1000000 111 101111 0 1011001 11011 1001011 100111110 1010000 1110

Color Harmonies of #40072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40072F

Black with #40072F

Text Example


Text Example

White with #40072F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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