Html Css Color HEX #400929 Blackberry

📋 copy color: '#400929'

red 64 ◦ green 9 ◦ blue 41

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

Shades of Blackberry #400929

Tints of Blackberry #400929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.89%

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

R = 56.14%
G = 7.89%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#400929 (or 0x400929) is known color: Blackberry. HEX triplet: 40, 09 and 29. RGB value is (64,9,41). Sum of RGB (Red+Green+Blue) = 64+9+41=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #400929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400929 is #BFF6D6. Grayscale: #1D1D1D. Windows color (decimal): -12580567 or 2689344. OLE color: 2689344.

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

Color convert

RGB 64 9 41 -
CMYK 0 0.86 0.36 0.75
HSL 325.09º 0.75% 0.14% -
HSV(B) 325.09º 0.86% 0.25% -
XYZ 2.61 1.45 2.24 -
YUV 29.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 64 9 41 0 0.86 0.36 0.75 325.09 0.75 0.14
Hex 40 9 29 0 56 24 4B 145 4B E
Octal 100 11 51 0 126 44 113 505 113 16
Binary 1000000 1001 101001 0 1010110 100100 1001011 101000101 1001011 1110

Color Harmonies of #400929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400929

Black with #400929

Text Example


Text Example

White with #400929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400929; }

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

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

background-color css

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

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

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

border-color css

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

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

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