Html Css Color HEX #401C33 Blackberry

📋 copy color: '#401C33'

red 64 ◦ green 28 ◦ blue 51

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

Shades of Blackberry #401C33

Tints of Blackberry #401C33

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.58%

 BLUE value IS 51 (20.31% from 255) = 35.66%

R = 44.76%
G = 19.58%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#401C33 (or 0x401C33) is known color: Blackberry. HEX triplet: 40, 1C and 33. RGB value is (64,28,51). Sum of RGB (Red+Green+Blue) = 64+28+51=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #401C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C33 is #BFE3CC. Grayscale: #292929. Windows color (decimal): -12575693 or 3349568. OLE color: 3349568.

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

Color convert

RGB 64 28 51 -
CMYK 0 0.56 0.20 0.75
HSL 321.67º 0.39% 0.18% -
HSV(B) 321.67º 0.56% 0.25% -
XYZ 3.13 2.16 3.38 -
YUV 41.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 64 28 51 0 0.56 0.20 0.75 321.67 0.39 0.18
Hex 40 1C 33 0 38 14 4B 142 27 12
Octal 100 34 63 0 70 24 113 502 47 22
Binary 1000000 11100 110011 0 111000 10100 1001011 101000010 100111 10010

Color Harmonies of #401C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C33

Black with #401C33

Text Example


Text Example

White with #401C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401C33; }

 p { color: rgb(64,28,51); }

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

background-color css

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

 a { background-color: rgb(64,28,51); }

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

border-color css

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

 span { border-color: rgb(64,28,51); }

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