Html Css Color HEX #48013B Blackberry

📋 copy color: '#48013B'

red 72 ◦ green 1 ◦ blue 59

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

Shades of Blackberry #48013B

Tints of Blackberry #48013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 44.7%

R = 54.55%
G = 0.76%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48013B (or 0x48013B) is known color: Blackberry. HEX triplet: 48, 01 and 3B. RGB value is (72,1,59). Sum of RGB (Red+Green+Blue) = 72+1+59=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #48013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48013B is #B7FEC4. Grayscale: #1C1C1C. Windows color (decimal): -12058309 or 3866952. OLE color: 3866952.

HSL color Cylindrical-coordinate representation of color #48013B: hue angle of 310.99º 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 #48013B is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 1 59 -
CMYK 0 0.99 0.18 0.72
HSL 310.99º 0.97% 0.14% -
HSV(B) 310.99º 0.99% 0.28% -
XYZ 3.47 1.72 4.29 -
YUV 28.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 72 1 59 0 0.99 0.18 0.72 310.99 0.97 0.14
Hex 48 1 3B 0 63 12 48 137 61 E
Octal 110 1 73 0 143 22 110 467 141 16
Binary 1001000 1 111011 0 1100011 10010 1001000 100110111 1100001 1110

Color Harmonies of #48013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48013B

Black with #48013B

Text Example


Text Example

White with #48013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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