Html Css Color HEX #48183A Blackberry

📋 copy color: '#48183A'

red 72 ◦ green 24 ◦ blue 58

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

Shades of Blackberry #48183A

Tints of Blackberry #48183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.58%

 BLUE value IS 58 (23.05% from 255) = 37.66%

R = 46.75%
G = 15.58%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48183A (or 0x48183A) is known color: Blackberry. HEX triplet: 48, 18 and 3A. RGB value is (72,24,58). Sum of RGB (Red+Green+Blue) = 72+24+58=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48183A is #B7E7C5. Grayscale: #2A2A2A. Windows color (decimal): -12052422 or 3807304. OLE color: 3807304.

HSL color Cylindrical-coordinate representation of color #48183A: hue angle of 317.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48183A is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 58 -
CMYK 0 0.67 0.19 0.72
HSL 317.5º 0.5% 0.19% -
HSV(B) 317.5º 0.67% 0.28% -
XYZ 3.76 2.34 4.26 -
YUV 42.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 72 24 58 0 0.67 0.19 0.72 317.5 0.5 0.19
Hex 48 18 3A 0 43 13 48 13E 32 13
Octal 110 30 72 0 103 23 110 476 62 23
Binary 1001000 11000 111010 0 1000011 10011 1001000 100111110 110010 10011

Color Harmonies of #48183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48183A

Black with #48183A

Text Example


Text Example

White with #48183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,24,58); }

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

background-color css

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

 a { background-color: rgb(72,24,58); }

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

border-color css

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

 span { border-color: rgb(72,24,58); }

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