Html Css Color HEX #401328 Blackberry

📋 copy color: '#401328'

red 64 ◦ green 19 ◦ blue 40

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

Shades of Blackberry #401328

Tints of Blackberry #401328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32.52%

R = 52.03%
G = 15.45%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#401328 (or 0x401328) is known color: Blackberry. HEX triplet: 40, 13 and 28. RGB value is (64,19,40). Sum of RGB (Red+Green+Blue) = 64+19+40=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #401328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401328 is #BFECD7. Grayscale: #222222. Windows color (decimal): -12578008 or 2626368. OLE color: 2626368.

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

Color convert

RGB 64 19 40 -
CMYK 0 0.70 0.38 0.75
HSL 332º 0.54% 0.16% -
HSV(B) 332º 0.7% 0.25% -
XYZ 2.73 1.71 2.19 -
YUV 34.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 64 19 40 0 0.70 0.38 0.75 332 0.54 0.16
Hex 40 13 28 0 46 26 4B 14C 36 10
Octal 100 23 50 0 106 46 113 514 66 20
Binary 1000000 10011 101000 0 1000110 100110 1001011 101001100 110110 10000

Color Harmonies of #401328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401328

Black with #401328

Text Example


Text Example

White with #401328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401328; }

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

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

background-color css

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

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

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

border-color css

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

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

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