Html Css Color HEX #401627 Blackberry

📋 copy color: '#401627'

red 64 ◦ green 22 ◦ blue 39

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

Shades of Blackberry #401627

Tints of Blackberry #401627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.6%

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

R = 51.2%
G = 17.6%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.75

RGB Variations

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

Color information

#401627 (or 0x401627) is known color: Blackberry. HEX triplet: 40, 16 and 27. RGB value is (64,22,39). Sum of RGB (Red+Green+Blue) = 64+22+39=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #401627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401627 is #BFE9D8. Grayscale: #242424. Windows color (decimal): -12577241 or 2561600. OLE color: 2561600.

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

Color convert

RGB 64 22 39 -
CMYK 0 0.66 0.39 0.75
HSL 335.71º 0.49% 0.17% -
HSV(B) 335.71º 0.66% 0.25% -
XYZ 2.77 1.81 2.12 -
YUV 36.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 64 22 39 0 0.66 0.39 0.75 335.71 0.49 0.17
Hex 40 16 27 0 42 27 4B 150 31 11
Octal 100 26 47 0 102 47 113 520 61 21
Binary 1000000 10110 100111 0 1000010 100111 1001011 101010000 110001 10001

Color Harmonies of #401627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401627

Black with #401627

Text Example


Text Example

White with #401627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401627; }

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

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

background-color css

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

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

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

border-color css

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

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

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