Html Css Color HEX #401828 Blackberry

📋 copy color: '#401828'

red 64 ◦ green 24 ◦ blue 40

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

Shades of Blackberry #401828

Tints of Blackberry #401828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.25%

R = 50%
G = 18.75%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#401828 (or 0x401828) is known color: Blackberry. HEX triplet: 40, 18 and 28. RGB value is (64,24,40). Sum of RGB (Red+Green+Blue) = 64+24+40=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #401828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401828 is #BFE7D7. Grayscale: #252525. Windows color (decimal): -12576728 or 2627648. OLE color: 2627648.

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

Color convert

RGB 64 24 40 -
CMYK 0 0.62 0.38 0.75
HSL 336º 0.45% 0.17% -
HSV(B) 336º 0.63% 0.25% -
XYZ 2.82 1.9 2.22 -
YUV 37.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 64 24 40 0 0.62 0.38 0.75 336 0.45 0.17
Hex 40 18 28 0 3E 26 4B 150 2D 11
Octal 100 30 50 0 76 46 113 520 55 21
Binary 1000000 11000 101000 0 111110 100110 1001011 101010000 101101 10001

Color Harmonies of #401828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401828

Black with #401828

Text Example


Text Example

White with #401828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401828; }

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

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

background-color css

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

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

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

border-color css

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

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

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