Html Css Color HEX #40071C Blackberry

📋 copy color: '#40071C'

red 64 ◦ green 7 ◦ blue 28

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

Shades of Blackberry #40071C

Tints of Blackberry #40071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 28.28%

R = 64.65%
G = 7.07%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40071C (or 0x40071C) is known color: Blackberry. HEX triplet: 40, 07 and 1C. RGB value is (64,7,28). Sum of RGB (Red+Green+Blue) = 64+7+28=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #40071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40071C is #BFF8E3. Grayscale: #1A1A1A. Windows color (decimal): -12581092 or 1836864. OLE color: 1836864.

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

Color convert

RGB 64 7 28 -
CMYK 0 0.89 0.56 0.75
HSL 337.89º 0.8% 0.14% -
HSV(B) 337.89º 0.89% 0.25% -
XYZ 2.4 1.33 1.23 -
YUV 26.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 64 7 28 0 0.89 0.56 0.75 337.89 0.8 0.14
Hex 40 7 1C 0 59 38 4B 152 50 E
Octal 100 7 34 0 131 70 113 522 120 16
Binary 1000000 111 11100 0 1011001 111000 1001011 101010010 1010000 1110

Color Harmonies of #40071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40071C

Black with #40071C

Text Example


Text Example

White with #40071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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