Html Css Color HEX #401E30 Blackberry

📋 copy color: '#401E30'

red 64 ◦ green 30 ◦ blue 48

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

Shades of Blackberry #401E30

Tints of Blackberry #401E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.13%

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

R = 45.07%
G = 21.13%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#401E30 (or 0x401E30) is known color: Blackberry. HEX triplet: 40, 1E and 30. RGB value is (64,30,48). Sum of RGB (Red+Green+Blue) = 64+30+48=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #401E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E30 is #BFE1CF. Grayscale: #2A2A2A. Windows color (decimal): -12575184 or 3153472. OLE color: 3153472.

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

Color convert

RGB 64 30 48 -
CMYK 0 0.53 0.25 0.75
HSL 328.24º 0.36% 0.18% -
HSV(B) 328.24º 0.53% 0.25% -
XYZ 3.11 2.23 3.06 -
YUV 42.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 64 30 48 0 0.53 0.25 0.75 328.24 0.36 0.18
Hex 40 1E 30 0 35 19 4B 148 24 12
Octal 100 36 60 0 65 31 113 510 44 22
Binary 1000000 11110 110000 0 110101 11001 1001011 101001000 100100 10010

Color Harmonies of #401E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E30

Black with #401E30

Text Example


Text Example

White with #401E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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