Html Css Color HEX #400C1F Blackberry

📋 copy color: '#400C1F'

red 64 ◦ green 12 ◦ blue 31

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

Shades of Blackberry #400C1F

Tints of Blackberry #400C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.21%

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

R = 59.81%
G = 11.21%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#400C1F (or 0x400C1F) is known color: Blackberry. HEX triplet: 40, 0C and 1F. RGB value is (64,12,31). Sum of RGB (Red+Green+Blue) = 64+12+31=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #400C1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C1F is #BFF3E0. Grayscale: #1D1D1D. Windows color (decimal): -12579809 or 2034752. OLE color: 2034752.

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

Color convert

RGB 64 12 31 -
CMYK 0 0.81 0.52 0.75
HSL 338.08º 0.68% 0.15% -
HSV(B) 338.08º 0.81% 0.25% -
XYZ 2.49 1.45 1.45 -
YUV 29.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 64 12 31 0 0.81 0.52 0.75 338.08 0.68 0.15
Hex 40 C 1F 0 51 34 4B 152 44 F
Octal 100 14 37 0 121 64 113 522 104 17
Binary 1000000 1100 11111 0 1010001 110100 1001011 101010010 1000100 1111

Color Harmonies of #400C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C1F

Black with #400C1F

Text Example


Text Example

White with #400C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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