Html Css Color HEX #48022F Blackberry

📋 copy color: '#48022F'

red 72 ◦ green 2 ◦ blue 47

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

Shades of Blackberry #48022F

Tints of Blackberry #48022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

 BLUE value IS 47 (18.75% from 255) = 38.84%

R = 59.5%
G = 1.65%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48022F (or 0x48022F) is known color: Blackberry. HEX triplet: 48, 02 and 2F. RGB value is (72,2,47). Sum of RGB (Red+Green+Blue) = 72+2+47=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48022F is #B7FDD0. Grayscale: #1B1B1B. Windows color (decimal): -12058065 or 3080776. OLE color: 3080776.

HSL color Cylindrical-coordinate representation of color #48022F: hue angle of 321.43º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48022F is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 2 47 -
CMYK 0 0.97 0.35 0.72
HSL 321.43º 0.95% 0.15% -
HSV(B) 321.43º 0.97% 0.28% -
XYZ 3.21 1.63 2.83 -
YUV 28.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 72 2 47 0 0.97 0.35 0.72 321.43 0.95 0.15
Hex 48 2 2F 0 61 23 48 141 5F F
Octal 110 2 57 0 141 43 110 501 137 17
Binary 1001000 10 101111 0 1100001 100011 1001000 101000001 1011111 1111

Color Harmonies of #48022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48022F

Black with #48022F

Text Example


Text Example

White with #48022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48022F; }

 p { color: rgb(72,2,47); }

 H1.HeaderClassName
 {
   color: #48022F;
 }
 .AnyTagClassName
 {
   color: #48022F;
 }
</style>

background-color css

<style>
 a { background-color: #48022F; }

 a { background-color: rgb(72,2,47); }

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

border-color css

<style>
 span { border-color: #48022F; }

 span { border-color: rgb(72,2,47); }

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