Html Css Color HEX #401337 Blackberry

📋 copy color: '#401337'

red 64 ◦ green 19 ◦ blue 55

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

Shades of Blackberry #401337

Tints of Blackberry #401337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

 BLUE value IS 55 (21.88% from 255) = 39.86%

R = 46.38%
G = 13.77%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#401337 (or 0x401337) is known color: Blackberry. HEX triplet: 40, 13 and 37. RGB value is (64,19,55). Sum of RGB (Red+Green+Blue) = 64+19+55=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401337 is #BFECC8. Grayscale: #242424. Windows color (decimal): -12577993 or 3609408. OLE color: 3609408.

HSL color Cylindrical-coordinate representation of color #401337: hue angle of 312º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401337 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 19 55 -
CMYK 0 0.70 0.14 0.75
HSL 312º 0.54% 0.16% -
HSV(B) 312º 0.7% 0.25% -
XYZ 3.04 1.83 3.81 -
YUV 36.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 64 19 55 0 0.70 0.14 0.75 312 0.54 0.16
Hex 40 13 37 0 46 E 4B 138 36 10
Octal 100 23 67 0 106 16 113 470 66 20
Binary 1000000 10011 110111 0 1000110 1110 1001011 100111000 110110 10000

Color Harmonies of #401337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401337

Black with #401337

Text Example


Text Example

White with #401337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401337; }

 p { color: rgb(64,19,55); }

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

background-color css

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

 a { background-color: rgb(64,19,55); }

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

border-color css

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

 span { border-color: rgb(64,19,55); }

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