Html Css Color HEX #401930 Blackberry

📋 copy color: '#401930'

red 64 ◦ green 25 ◦ blue 48

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

Shades of Blackberry #401930

Tints of Blackberry #401930

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.25%

 BLUE value IS 48 (19.14% from 255) = 35.04%

R = 46.72%
G = 18.25%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#401930 (or 0x401930) is known color: Blackberry. HEX triplet: 40, 19 and 30. RGB value is (64,25,48). Sum of RGB (Red+Green+Blue) = 64+25+48=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401930 is #BFE6CF. Grayscale: #272727. Windows color (decimal): -12576464 or 3152192. OLE color: 3152192.

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

Color convert

RGB 64 25 48 -
CMYK 0 0.61 0.25 0.75
HSL 324.62º 0.44% 0.17% -
HSV(B) 324.62º 0.61% 0.25% -
XYZ 3 2 3.02 -
YUV 39.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 64 25 48 0 0.61 0.25 0.75 324.62 0.44 0.17
Hex 40 19 30 0 3D 19 4B 145 2C 11
Octal 100 31 60 0 75 31 113 505 54 21
Binary 1000000 11001 110000 0 111101 11001 1001011 101000101 101100 10001

Color Harmonies of #401930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401930

Black with #401930

Text Example


Text Example

White with #401930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401930; }

 p { color: rgb(64,25,48); }

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

background-color css

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

 a { background-color: rgb(64,25,48); }

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

border-color css

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

 span { border-color: rgb(64,25,48); }

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