Html Css Color HEX #48021F Blackberry

📋 copy color: '#48021F'

red 72 ◦ green 2 ◦ blue 31

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

Shades of Blackberry #48021F

Tints of Blackberry #48021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 29.52%

R = 68.57%
G = 1.9%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48021F (or 0x48021F) is known color: Blackberry. HEX triplet: 48, 02 and 1F. RGB value is (72,2,31). Sum of RGB (Red+Green+Blue) = 72+2+31=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #48021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48021F is #B7FDE0. Grayscale: #1A1A1A. Windows color (decimal): -12058081 or 2032200. OLE color: 2032200.

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

Color convert

RGB 72 2 31 -
CMYK 0 0.97 0.57 0.72
HSL 335.14º 0.95% 0.15% -
HSV(B) 335.14º 0.97% 0.28% -
XYZ 2.94 1.52 1.43 -
YUV 26.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 72 2 31 0 0.97 0.57 0.72 335.14 0.95 0.15
Hex 48 2 1F 0 61 39 48 14F 5F F
Octal 110 2 37 0 141 71 110 517 137 17
Binary 1001000 10 11111 0 1100001 111001 1001000 101001111 1011111 1111

Color Harmonies of #48021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48021F

Black with #48021F

Text Example


Text Example

White with #48021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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