Html Css Color HEX #48102A Blackberry

📋 copy color: '#48102A'

red 72 ◦ green 16 ◦ blue 42

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

Shades of Blackberry #48102A

Tints of Blackberry #48102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.31%

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

R = 55.38%
G = 12.31%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48102A (or 0x48102A) is known color: Blackberry. HEX triplet: 48, 10 and 2A. RGB value is (72,16,42). Sum of RGB (Red+Green+Blue) = 72+16+42=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #48102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48102A is #B7EFD5. Grayscale: #232323. Windows color (decimal): -12054486 or 2756680. OLE color: 2756680.

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

Color convert

RGB 72 16 42 -
CMYK 0 0.78 0.42 0.72
HSL 332.14º 0.64% 0.17% -
HSV(B) 332.14º 0.78% 0.28% -
XYZ 3.28 1.92 2.39 -
YUV 35.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 72 16 42 0 0.78 0.42 0.72 332.14 0.64 0.17
Hex 48 10 2A 0 4E 2A 48 14C 40 11
Octal 110 20 52 0 116 52 110 514 100 21
Binary 1001000 10000 101010 0 1001110 101010 1001000 101001100 1000000 10001

Color Harmonies of #48102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48102A

Black with #48102A

Text Example


Text Example

White with #48102A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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