Html Css Color HEX #401A30 Blackberry

📋 copy color: '#401A30'

red 64 ◦ green 26 ◦ blue 48

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

Shades of Blackberry #401A30

Tints of Blackberry #401A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.84%

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

R = 46.38%
G = 18.84%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#401A30 (or 0x401A30) is known color: Blackberry. HEX triplet: 40, 1A and 30. RGB value is (64,26,48). Sum of RGB (Red+Green+Blue) = 64+26+48=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A30 is #BFE5CF. Grayscale: #272727. Windows color (decimal): -12576208 or 3152448. OLE color: 3152448.

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

Color convert

RGB 64 26 48 -
CMYK 0 0.59 0.25 0.75
HSL 325.26º 0.42% 0.18% -
HSV(B) 325.26º 0.59% 0.25% -
XYZ 3.02 2.04 3.03 -
YUV 39.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 64 26 48 0 0.59 0.25 0.75 325.26 0.42 0.18
Hex 40 1A 30 0 3B 19 4B 145 2A 12
Octal 100 32 60 0 73 31 113 505 52 22
Binary 1000000 11010 110000 0 111011 11001 1001011 101000101 101010 10010

Color Harmonies of #401A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A30

Black with #401A30

Text Example


Text Example

White with #401A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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