Html Css Color HEX #401027 Blackberry

📋 copy color: '#401027'

red 64 ◦ green 16 ◦ blue 39

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

Shades of Blackberry #401027

Tints of Blackberry #401027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.45%

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

R = 53.78%
G = 13.45%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.75

RGB Variations

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

Color information

#401027 (or 0x401027) is known color: Blackberry. HEX triplet: 40, 10 and 27. RGB value is (64,16,39). Sum of RGB (Red+Green+Blue) = 64+16+39=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #401027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401027 is #BFEFD8. Grayscale: #202020. Windows color (decimal): -12578777 or 2560064. OLE color: 2560064.

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

Color convert

RGB 64 16 39 -
CMYK 0 0.75 0.39 0.75
HSL 331.25º 0.6% 0.16% -
HSV(B) 331.25º 0.75% 0.25% -
XYZ 2.67 1.61 2.09 -
YUV 32.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 64 16 39 0 0.75 0.39 0.75 331.25 0.6 0.16
Hex 40 10 27 0 4B 27 4B 14B 3C 10
Octal 100 20 47 0 113 47 113 513 74 20
Binary 1000000 10000 100111 0 1001011 100111 1001011 101001011 111100 10000

Color Harmonies of #401027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401027

Black with #401027

Text Example


Text Example

White with #401027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401027; }

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

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

background-color css

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

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

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

border-color css

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

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

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