Html Css Color HEX #40071F Blackberry

📋 copy color: '#40071F'

red 64 ◦ green 7 ◦ blue 31

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

Shades of Blackberry #40071F

Tints of Blackberry #40071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 30.39%

R = 62.75%
G = 6.86%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#40071F (or 0x40071F) is known color: Blackberry. HEX triplet: 40, 07 and 1F. RGB value is (64,7,31). Sum of RGB (Red+Green+Blue) = 64+7+31=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #40071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40071F is #BFF8E0. Grayscale: #1A1A1A. Windows color (decimal): -12581089 or 2033472. OLE color: 2033472.

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

Color convert

RGB 64 7 31 -
CMYK 0 0.89 0.52 0.75
HSL 334.74º 0.8% 0.14% -
HSV(B) 334.74º 0.89% 0.25% -
XYZ 2.44 1.34 1.43 -
YUV 26.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 64 7 31 0 0.89 0.52 0.75 334.74 0.8 0.14
Hex 40 7 1F 0 59 34 4B 14F 50 E
Octal 100 7 37 0 131 64 113 517 120 16
Binary 1000000 111 11111 0 1011001 110100 1001011 101001111 1010000 1110

Color Harmonies of #40071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40071F

Black with #40071F

Text Example


Text Example

White with #40071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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