Html Css Color HEX #400721 Blackberry

📋 copy color: '#400721'

red 64 ◦ green 7 ◦ blue 33

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

Shades of Blackberry #400721

Tints of Blackberry #400721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 31.73%

R = 61.54%
G = 6.73%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#400721 (or 0x400721) is known color: Blackberry. HEX triplet: 40, 07 and 21. RGB value is (64,7,33). Sum of RGB (Red+Green+Blue) = 64+7+33=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #400721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400721 is #BFF8DE. Grayscale: #1A1A1A. Windows color (decimal): -12581087 or 2164544. OLE color: 2164544.

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

Color convert

RGB 64 7 33 -
CMYK 0 0.89 0.48 0.75
HSL 332.63º 0.8% 0.14% -
HSV(B) 332.63º 0.89% 0.25% -
XYZ 2.46 1.35 1.57 -
YUV 27.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 64 7 33 0 0.89 0.48 0.75 332.63 0.8 0.14
Hex 40 7 21 0 59 30 4B 14D 50 E
Octal 100 7 41 0 131 60 113 515 120 16
Binary 1000000 111 100001 0 1011001 110000 1001011 101001101 1010000 1110

Color Harmonies of #400721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400721

Black with #400721

Text Example


Text Example

White with #400721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400721; }

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

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

background-color css

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

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

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

border-color css

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

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

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