Html Css Color HEX #48152A Blackberry

📋 copy color: '#48152A'

red 72 ◦ green 21 ◦ blue 42

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

Shades of Blackberry #48152A

Tints of Blackberry #48152A

RGB

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

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

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

R = 53.33%
G = 15.56%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48152A (or 0x48152A) is known color: Blackberry. HEX triplet: 48, 15 and 2A. RGB value is (72,21,42). Sum of RGB (Red+Green+Blue) = 72+21+42=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48152A is #B7EAD5. Grayscale: #262626. Windows color (decimal): -12053206 or 2757960. OLE color: 2757960.

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

Color convert

RGB 72 21 42 -
CMYK 0 0.71 0.42 0.72
HSL 335.29º 0.55% 0.18% -
HSV(B) 335.29º 0.71% 0.28% -
XYZ 3.36 2.08 2.42 -
YUV 38.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 72 21 42 0 0.71 0.42 0.72 335.29 0.55 0.18
Hex 48 15 2A 0 47 2A 48 14F 37 12
Octal 110 25 52 0 107 52 110 517 67 22
Binary 1001000 10101 101010 0 1000111 101010 1001000 101001111 110111 10010

Color Harmonies of #48152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48152A

Black with #48152A

Text Example


Text Example

White with #48152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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