Html Css Color HEX #48012A Blackberry

📋 copy color: '#48012A'

red 72 ◦ green 1 ◦ blue 42

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

Shades of Blackberry #48012A

Tints of Blackberry #48012A

RGB

 RED value IS 72 (28.52% from 255) = 62.61%

 GREEN value IS 1 (0.78% from 255) = 0.87%

 BLUE value IS 42 (16.8% from 255) = 36.52%

R = 62.61%
G = 0.87%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48012A (or 0x48012A) is known color: Blackberry. HEX triplet: 48, 01 and 2A. RGB value is (72,1,42). Sum of RGB (Red+Green+Blue) = 72+1+42=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #48012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48012A is #B7FED5. Grayscale: #1A1A1A. Windows color (decimal): -12058326 or 2752840. OLE color: 2752840.

HSL color Cylindrical-coordinate representation of color #48012A: hue angle of 325.35º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48012A is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 1 42 -
CMYK 0 0.99 0.42 0.72
HSL 325.35º 0.97% 0.14% -
HSV(B) 325.35º 0.99% 0.28% -
XYZ 3.1 1.57 2.33 -
YUV 26.9 136.52 160.17 -
System Red Green Blue C M Y K H S L
Decimal 72 1 42 0 0.99 0.42 0.72 325.35 0.97 0.14
Hex 48 1 2A 0 63 2A 48 145 61 E
Octal 110 1 52 0 143 52 110 505 141 16
Binary 1001000 1 101010 0 1100011 101010 1001000 101000101 1100001 1110

Color Harmonies of #48012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48012A

Black with #48012A

Text Example


Text Example

White with #48012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48012A; }

 p { color: rgb(72,1,42); }

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

background-color css

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

 a { background-color: rgb(72,1,42); }

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

border-color css

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

 span { border-color: rgb(72,1,42); }

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