Html Css Color HEX #400D30 Blackberry

📋 copy color: '#400D30'

red 64 ◦ green 13 ◦ blue 48

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

Shades of Blackberry #400D30

Tints of Blackberry #400D30

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.4%

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

R = 51.2%
G = 10.4%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#400D30 (or 0x400D30) is known color: Blackberry. HEX triplet: 40, 0D and 30. RGB value is (64,13,48). Sum of RGB (Red+Green+Blue) = 64+13+48=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #400D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D30 is #BFF2CF. Grayscale: #202020. Windows color (decimal): -12579536 or 3149120. OLE color: 3149120.

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

Color convert

RGB 64 13 48 -
CMYK 0 0.80 0.25 0.75
HSL 318.82º 0.66% 0.15% -
HSV(B) 318.82º 0.8% 0.25% -
XYZ 2.79 1.59 2.96 -
YUV 32.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 64 13 48 0 0.80 0.25 0.75 318.82 0.66 0.15
Hex 40 D 30 0 50 19 4B 13F 42 F
Octal 100 15 60 0 120 31 113 477 102 17
Binary 1000000 1101 110000 0 1010000 11001 1001011 100111111 1000010 1111

Color Harmonies of #400D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D30

Black with #400D30

Text Example


Text Example

White with #400D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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