Html Css Color HEX #402035 Blackberry

📋 copy color: '#402035'

red 64 ◦ green 32 ◦ blue 53

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

Shades of Blackberry #402035

Tints of Blackberry #402035

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

 BLUE value IS 53 (21.09% from 255) = 35.57%

R = 42.95%
G = 21.48%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#402035 (or 0x402035) is known color: Blackberry. HEX triplet: 40, 20 and 35. RGB value is (64,32,53). Sum of RGB (Red+Green+Blue) = 64+32+53=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #402035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402035 is #BFDFCA. Grayscale: #2B2B2B. Windows color (decimal): -12574667 or 3481664. OLE color: 3481664.

HSL color Cylindrical-coordinate representation of color #402035: hue angle of 320.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402035 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 32 53 -
CMYK 0 0.50 0.17 0.75
HSL 320.63º 0.33% 0.19% -
HSV(B) 320.63º 0.5% 0.25% -
XYZ 3.27 2.38 3.66 -
YUV 43.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 64 32 53 0 0.50 0.17 0.75 320.63 0.33 0.19
Hex 40 20 35 0 32 11 4B 141 21 13
Octal 100 40 65 0 62 21 113 501 41 23
Binary 1000000 100000 110101 0 110010 10001 1001011 101000001 100001 10011

Color Harmonies of #402035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402035

Black with #402035

Text Example


Text Example

White with #402035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402035; }

 p { color: rgb(64,32,53); }

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

background-color css

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

 a { background-color: rgb(64,32,53); }

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

border-color css

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

 span { border-color: rgb(64,32,53); }

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