Html Css Color HEX #48012F Blackberry

📋 copy color: '#48012F'

red 72 ◦ green 1 ◦ blue 47

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

Shades of Blackberry #48012F

Tints of Blackberry #48012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

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

R = 60%
G = 0.83%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48012F (or 0x48012F) is known color: Blackberry. HEX triplet: 48, 01 and 2F. RGB value is (72,1,47). Sum of RGB (Red+Green+Blue) = 72+1+47=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48012F is #B7FED0. Grayscale: #1B1B1B. Windows color (decimal): -12058321 or 3080520. OLE color: 3080520.

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

Color convert

RGB 72 1 47 -
CMYK 0 0.99 0.35 0.72
HSL 321.13º 0.97% 0.14% -
HSV(B) 321.13º 0.99% 0.28% -
XYZ 3.2 1.6 2.83 -
YUV 27.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 72 1 47 0 0.99 0.35 0.72 321.13 0.97 0.14
Hex 48 1 2F 0 63 23 48 141 61 E
Octal 110 1 57 0 143 43 110 501 141 16
Binary 1001000 1 101111 0 1100011 100011 1001000 101000001 1100001 1110

Color Harmonies of #48012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48012F

Black with #48012F

Text Example


Text Example

White with #48012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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