Html Css Color HEX #400930 Blackberry

📋 copy color: '#400930'

red 64 ◦ green 9 ◦ blue 48

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

Shades of Blackberry #400930

Tints of Blackberry #400930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 39.67%

R = 52.89%
G = 7.44%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#400930 (or 0x400930) is known color: Blackberry. HEX triplet: 40, 09 and 30. RGB value is (64,9,48). Sum of RGB (Red+Green+Blue) = 64+9+48=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #400930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400930 is #BFF6CF. Grayscale: #1D1D1D. Windows color (decimal): -12580560 or 3148096. OLE color: 3148096.

HSL color Cylindrical-coordinate representation of color #400930: hue angle of 317.45º 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 #400930 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 9 48 -
CMYK 0 0.86 0.25 0.75
HSL 317.45º 0.75% 0.14% -
HSV(B) 317.45º 0.86% 0.25% -
XYZ 2.75 1.5 2.94 -
YUV 29.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 64 9 48 0 0.86 0.25 0.75 317.45 0.75 0.14
Hex 40 9 30 0 56 19 4B 13D 4B E
Octal 100 11 60 0 126 31 113 475 113 16
Binary 1000000 1001 110000 0 1010110 11001 1001011 100111101 1001011 1110

Color Harmonies of #400930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400930

Black with #400930

Text Example


Text Example

White with #400930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400930; }

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

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

background-color css

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

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

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

border-color css

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

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

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