Html Css Color HEX #48042B Blackberry

📋 copy color: '#48042B'

red 72 ◦ green 4 ◦ blue 43

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

Shades of Blackberry #48042B

Tints of Blackberry #48042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.36%

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

R = 60.5%
G = 3.36%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48042B (or 0x48042B) is known color: Blackberry. HEX triplet: 48, 04 and 2B. RGB value is (72,4,43). Sum of RGB (Red+Green+Blue) = 72+4+43=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #48042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48042B is #B7FBD4. Grayscale: #1C1C1C. Windows color (decimal): -12057557 or 2819144. OLE color: 2819144.

HSL color Cylindrical-coordinate representation of color #48042B: hue angle of 325.59º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48042B is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 4 43 -
CMYK 0 0.94 0.40 0.72
HSL 325.59º 0.89% 0.15% -
HSV(B) 325.59º 0.94% 0.28% -
XYZ 3.15 1.64 2.44 -
YUV 28.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 72 4 43 0 0.94 0.40 0.72 325.59 0.89 0.15
Hex 48 4 2B 0 5E 28 48 146 59 F
Octal 110 4 53 0 136 50 110 506 131 17
Binary 1001000 100 101011 0 1011110 101000 1001000 101000110 1011001 1111

Color Harmonies of #48042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48042B

Black with #48042B

Text Example


Text Example

White with #48042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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