Html Css Color HEX #400833 Blackberry

📋 copy color: '#400833'

red 64 ◦ green 8 ◦ blue 51

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

Shades of Blackberry #400833

Tints of Blackberry #400833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

 BLUE value IS 51 (20.31% from 255) = 41.46%

R = 52.03%
G = 6.5%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#400833 (or 0x400833) is known color: Blackberry. HEX triplet: 40, 08 and 33. RGB value is (64,8,51). Sum of RGB (Red+Green+Blue) = 64+8+51=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #400833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400833 is #BFF7CC. Grayscale: #1D1D1D. Windows color (decimal): -12580813 or 3344448. OLE color: 3344448.

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

Color convert

RGB 64 8 51 -
CMYK 0 0.87 0.20 0.75
HSL 313.93º 0.78% 0.14% -
HSV(B) 313.93º 0.88% 0.25% -
XYZ 2.8 1.5 3.27 -
YUV 29.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 64 8 51 0 0.87 0.20 0.75 313.93 0.78 0.14
Hex 40 8 33 0 57 14 4B 13A 4E E
Octal 100 10 63 0 127 24 113 472 116 16
Binary 1000000 1000 110011 0 1010111 10100 1001011 100111010 1001110 1110

Color Harmonies of #400833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400833

Black with #400833

Text Example


Text Example

White with #400833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400833; }

 p { color: rgb(64,8,51); }

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

background-color css

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

 a { background-color: rgb(64,8,51); }

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

border-color css

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

 span { border-color: rgb(64,8,51); }

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