Html Css Color HEX #401727 Blackberry

📋 copy color: '#401727'

red 64 ◦ green 23 ◦ blue 39

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

Shades of Blackberry #401727

Tints of Blackberry #401727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.95%

R = 50.79%
G = 18.25%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.75

RGB Variations

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

Color information

#401727 (or 0x401727) is known color: Blackberry. HEX triplet: 40, 17 and 27. RGB value is (64,23,39). Sum of RGB (Red+Green+Blue) = 64+23+39=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #401727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401727 is #BFE8D8. Grayscale: #252525. Windows color (decimal): -12576985 or 2561856. OLE color: 2561856.

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

Color convert

RGB 64 23 39 -
CMYK 0 0.64 0.39 0.75
HSL 336.59º 0.47% 0.17% -
HSV(B) 336.59º 0.64% 0.25% -
XYZ 2.79 1.85 2.13 -
YUV 37.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 64 23 39 0 0.64 0.39 0.75 336.59 0.47 0.17
Hex 40 17 27 0 40 27 4B 151 2F 11
Octal 100 27 47 0 100 47 113 521 57 21
Binary 1000000 10111 100111 0 1000000 100111 1001011 101010001 101111 10001

Color Harmonies of #401727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401727

Black with #401727

Text Example


Text Example

White with #401727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401727; }

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

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

background-color css

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

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

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

border-color css

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

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

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