Html Css Color HEX #48022B Blackberry

📋 copy color: '#48022B'

red 72 ◦ green 2 ◦ blue 43

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

Shades of Blackberry #48022B

Tints of Blackberry #48022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 36.75%

R = 61.54%
G = 1.71%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48022B (or 0x48022B) is known color: Blackberry. HEX triplet: 48, 02 and 2B. RGB value is (72,2,43). Sum of RGB (Red+Green+Blue) = 72+2+43=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #48022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48022B is #B7FDD4. Grayscale: #1B1B1B. Windows color (decimal): -12058069 or 2818632. OLE color: 2818632.

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

Color convert

RGB 72 2 43 -
CMYK 0 0.97 0.40 0.72
HSL 324.86º 0.95% 0.15% -
HSV(B) 324.86º 0.97% 0.28% -
XYZ 3.13 1.6 2.43 -
YUV 27.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 72 2 43 0 0.97 0.40 0.72 324.86 0.95 0.15
Hex 48 2 2B 0 61 28 48 145 5F F
Octal 110 2 53 0 141 50 110 505 137 17
Binary 1001000 10 101011 0 1100001 101000 1001000 101000101 1011111 1111

Color Harmonies of #48022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48022B

Black with #48022B

Text Example


Text Example

White with #48022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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