Html Css Color HEX #48122F Blackberry

📋 copy color: '#48122F'

red 72 ◦ green 18 ◦ blue 47

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

Shades of Blackberry #48122F

Tints of Blackberry #48122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

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

R = 52.55%
G = 13.14%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48122F (or 0x48122F) is known color: Blackberry. HEX triplet: 48, 12 and 2F. RGB value is (72,18,47). Sum of RGB (Red+Green+Blue) = 72+18+47=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48122F is #B7EDD0. Grayscale: #252525. Windows color (decimal): -12053969 or 3084872. OLE color: 3084872.

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

Color convert

RGB 72 18 47 -
CMYK 0 0.75 0.35 0.72
HSL 327.78º 0.6% 0.18% -
HSV(B) 327.78º 0.75% 0.28% -
XYZ 3.4 2.02 2.9 -
YUV 37.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 72 18 47 0 0.75 0.35 0.72 327.78 0.6 0.18
Hex 48 12 2F 0 4B 23 48 148 3C 12
Octal 110 22 57 0 113 43 110 510 74 22
Binary 1001000 10010 101111 0 1001011 100011 1001000 101001000 111100 10010

Color Harmonies of #48122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48122F

Black with #48122F

Text Example


Text Example

White with #48122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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