Html Css Color HEX #401237 Blackberry

📋 copy color: '#401237'

red 64 ◦ green 18 ◦ blue 55

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

Shades of Blackberry #401237

Tints of Blackberry #401237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

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

R = 46.72%
G = 13.14%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#401237 (or 0x401237) is known color: Blackberry. HEX triplet: 40, 12 and 37. RGB value is (64,18,55). Sum of RGB (Red+Green+Blue) = 64+18+55=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401237 is #BFEDC8. Grayscale: #232323. Windows color (decimal): -12578249 or 3609152. OLE color: 3609152.

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

Color convert

RGB 64 18 55 -
CMYK 0 0.72 0.14 0.75
HSL 311.74º 0.56% 0.16% -
HSV(B) 311.74º 0.72% 0.25% -
XYZ 3.02 1.8 3.8 -
YUV 35.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 64 18 55 0 0.72 0.14 0.75 311.74 0.56 0.16
Hex 40 12 37 0 48 E 4B 138 38 10
Octal 100 22 67 0 110 16 113 470 70 20
Binary 1000000 10010 110111 0 1001000 1110 1001011 100111000 111000 10000

Color Harmonies of #401237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401237

Black with #401237

Text Example


Text Example

White with #401237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401237; }

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

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

background-color css

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

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

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

border-color css

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

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

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