Html Css Color HEX #400B1F Blackberry

📋 copy color: '#400B1F'

red 64 ◦ green 11 ◦ blue 31

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

Shades of Blackberry #400B1F

Tints of Blackberry #400B1F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.38%

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

R = 60.38%
G = 10.38%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#400B1F (or 0x400B1F) is known color: Blackberry. HEX triplet: 40, 0B and 1F. RGB value is (64,11,31). Sum of RGB (Red+Green+Blue) = 64+11+31=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #400B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B1F is #BFF4E0. Grayscale: #1D1D1D. Windows color (decimal): -12580065 or 2034496. OLE color: 2034496.

HSL color Cylindrical-coordinate representation of color #400B1F: hue angle of 337.36º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #400B1F is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 11 31 -
CMYK 0 0.83 0.52 0.75
HSL 337.36º 0.71% 0.15% -
HSV(B) 337.36º 0.83% 0.25% -
XYZ 2.48 1.43 1.44 -
YUV 29.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 64 11 31 0 0.83 0.52 0.75 337.36 0.71 0.15
Hex 40 B 1F 0 53 34 4B 151 47 F
Octal 100 13 37 0 123 64 113 521 107 17
Binary 1000000 1011 11111 0 1010011 110100 1001011 101010001 1000111 1111

Color Harmonies of #400B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B1F

Black with #400B1F

Text Example


Text Example

White with #400B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400B1F; }

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

 H1.HeaderClassName
 {
   color: #400B1F;
 }
 .AnyTagClassName
 {
   color: #400B1F;
 }
</style>

background-color css

<style>
 a { background-color: #400B1F; }

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

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

border-color css

<style>
 span { border-color: #400B1F; }

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

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