Html Css Color HEX #401728 Blackberry

📋 copy color: '#401728'

red 64 ◦ green 23 ◦ blue 40

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

Shades of Blackberry #401728

Tints of Blackberry #401728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.11%

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

R = 50.39%
G = 18.11%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#401728 (or 0x401728) is known color: Blackberry. HEX triplet: 40, 17 and 28. RGB value is (64,23,40). Sum of RGB (Red+Green+Blue) = 64+23+40=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #401728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401728 is #BFE8D7. Grayscale: #252525. Windows color (decimal): -12576984 or 2627392. OLE color: 2627392.

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

Color convert

RGB 64 23 40 -
CMYK 0 0.64 0.38 0.75
HSL 335.12º 0.47% 0.17% -
HSV(B) 335.12º 0.64% 0.25% -
XYZ 2.8 1.86 2.22 -
YUV 37.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 64 23 40 0 0.64 0.38 0.75 335.12 0.47 0.17
Hex 40 17 28 0 40 26 4B 14F 2F 11
Octal 100 27 50 0 100 46 113 517 57 21
Binary 1000000 10111 101000 0 1000000 100110 1001011 101001111 101111 10001

Color Harmonies of #401728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401728

Black with #401728

Text Example


Text Example

White with #401728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401728; }

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

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

background-color css

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

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

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

border-color css

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

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

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