Html Css Color HEX #400F29 Blackberry

📋 copy color: '#400F29'

red 64 ◦ green 15 ◦ blue 41

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

Shades of Blackberry #400F29

Tints of Blackberry #400F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.5%

 BLUE value IS 41 (16.41% from 255) = 34.17%

R = 53.33%
G = 12.5%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#400F29 (or 0x400F29) is known color: Blackberry. HEX triplet: 40, 0F and 29. RGB value is (64,15,41). Sum of RGB (Red+Green+Blue) = 64+15+41=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #400F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F29 is #BFF0D6. Grayscale: #202020. Windows color (decimal): -12579031 or 2690880. OLE color: 2690880.

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

Color convert

RGB 64 15 41 -
CMYK 0 0.77 0.36 0.75
HSL 328.16º 0.62% 0.15% -
HSV(B) 328.16º 0.77% 0.25% -
XYZ 2.69 1.59 2.26 -
YUV 32.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 64 15 41 0 0.77 0.36 0.75 328.16 0.62 0.15
Hex 40 F 29 0 4D 24 4B 148 3E F
Octal 100 17 51 0 115 44 113 510 76 17
Binary 1000000 1111 101001 0 1001101 100100 1001011 101001000 111110 1111

Color Harmonies of #400F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F29

Black with #400F29

Text Example


Text Example

White with #400F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,15,41); }

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

background-color css

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

 a { background-color: rgb(64,15,41); }

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

border-color css

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

 span { border-color: rgb(64,15,41); }

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