Html Css Color HEX #400521 Blackberry

📋 copy color: '#400521'

red 64 ◦ green 5 ◦ blue 33

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

Shades of Blackberry #400521

Tints of Blackberry #400521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.9%

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

R = 62.75%
G = 4.9%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#400521 (or 0x400521) is known color: Blackberry. HEX triplet: 40, 05 and 21. RGB value is (64,5,33). Sum of RGB (Red+Green+Blue) = 64+5+33=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #400521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400521 is #BFFADE. Grayscale: #191919. Windows color (decimal): -12581599 or 2164032. OLE color: 2164032.

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

Color convert

RGB 64 5 33 -
CMYK 0 0.92 0.48 0.75
HSL 331.53º 0.86% 0.14% -
HSV(B) 331.53º 0.92% 0.25% -
XYZ 2.44 1.31 1.56 -
YUV 25.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 64 5 33 0 0.92 0.48 0.75 331.53 0.86 0.14
Hex 40 5 21 0 5C 30 4B 14C 56 E
Octal 100 5 41 0 134 60 113 514 126 16
Binary 1000000 101 100001 0 1011100 110000 1001011 101001100 1010110 1110

Color Harmonies of #400521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400521

Black with #400521

Text Example


Text Example

White with #400521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400521; }

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

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

background-color css

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

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

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

border-color css

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

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

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