Html Css Color HEX #400730 Blackberry

📋 copy color: '#400730'

red 64 ◦ green 7 ◦ blue 48

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

Shades of Blackberry #400730

Tints of Blackberry #400730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.88%

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

R = 53.78%
G = 5.88%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#400730 (or 0x400730) is known color: Blackberry. HEX triplet: 40, 07 and 30. RGB value is (64,7,48). Sum of RGB (Red+Green+Blue) = 64+7+48=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #400730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400730 is #BFF8CF. Grayscale: #1C1C1C. Windows color (decimal): -12581072 or 3147584. OLE color: 3147584.

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

Color convert

RGB 64 7 48 -
CMYK 0 0.89 0.25 0.75
HSL 316.84º 0.8% 0.14% -
HSV(B) 316.84º 0.89% 0.25% -
XYZ 2.72 1.46 2.93 -
YUV 28.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 64 7 48 0 0.89 0.25 0.75 316.84 0.8 0.14
Hex 40 7 30 0 59 19 4B 13D 50 E
Octal 100 7 60 0 131 31 113 475 120 16
Binary 1000000 111 110000 0 1011001 11001 1001011 100111101 1010000 1110

Color Harmonies of #400730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400730

Black with #400730

Text Example


Text Example

White with #400730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400730; }

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

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

background-color css

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

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

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

border-color css

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

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

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