Html Css Color HEX #401530 Blackberry

📋 copy color: '#401530'

red 64 ◦ green 21 ◦ blue 48

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

Shades of Blackberry #401530

Tints of Blackberry #401530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

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

R = 48.12%
G = 15.79%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#401530 (or 0x401530) is known color: Blackberry. HEX triplet: 40, 15 and 30. RGB value is (64,21,48). Sum of RGB (Red+Green+Blue) = 64+21+48=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #401530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401530 is #BFEACF. Grayscale: #242424. Windows color (decimal): -12577488 or 3151168. OLE color: 3151168.

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

Color convert

RGB 64 21 48 -
CMYK 0 0.67 0.25 0.75
HSL 322.33º 0.51% 0.17% -
HSV(B) 322.33º 0.67% 0.25% -
XYZ 2.92 1.84 3 -
YUV 36.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 64 21 48 0 0.67 0.25 0.75 322.33 0.51 0.17
Hex 40 15 30 0 43 19 4B 142 33 11
Octal 100 25 60 0 103 31 113 502 63 21
Binary 1000000 10101 110000 0 1000011 11001 1001011 101000010 110011 10001

Color Harmonies of #401530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401530

Black with #401530

Text Example


Text Example

White with #401530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401530; }

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

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

background-color css

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

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

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

border-color css

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

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

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