Html Css Color HEX #401832 Blackberry

📋 copy color: '#401832'

red 64 ◦ green 24 ◦ blue 50

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

Shades of Blackberry #401832

Tints of Blackberry #401832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.39%

 BLUE value IS 50 (19.92% from 255) = 36.23%

R = 46.38%
G = 17.39%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#401832 (or 0x401832) is known color: Blackberry. HEX triplet: 40, 18 and 32. RGB value is (64,24,50). Sum of RGB (Red+Green+Blue) = 64+24+50=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401832 is #BFE7CD. Grayscale: #262626. Windows color (decimal): -12576718 or 3283008. OLE color: 3283008.

HSL color Cylindrical-coordinate representation of color #401832: hue angle of 321º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #401832 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 24 50 -
CMYK 0 0.62 0.22 0.75
HSL 321º 0.45% 0.17% -
HSV(B) 321º 0.63% 0.25% -
XYZ 3.02 1.97 3.24 -
YUV 38.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 64 24 50 0 0.62 0.22 0.75 321 0.45 0.17
Hex 40 18 32 0 3E 16 4B 141 2D 11
Octal 100 30 62 0 76 26 113 501 55 21
Binary 1000000 11000 110010 0 111110 10110 1001011 101000001 101101 10001

Color Harmonies of #401832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401832

Black with #401832

Text Example


Text Example

White with #401832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401832; }

 p { color: rgb(64,24,50); }

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

background-color css

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

 a { background-color: rgb(64,24,50); }

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

border-color css

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

 span { border-color: rgb(64,24,50); }

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