Html Css Color HEX #48002D Blackberry

📋 copy color: '#48002D'

red 72 ◦ green 0 ◦ blue 45

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

Shades of Blackberry #48002D

Tints of Blackberry #48002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 45 (17.97% from 255) = 38.46%

R = 61.54%
G = 0%
B = 38.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48002D (or 0x48002D) is known color: Blackberry. HEX triplet: 48, 00 and 2D. RGB value is (72,0,45). Sum of RGB (Red+Green+Blue) = 72+0+45=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #48002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48002D is #B7FFD2. Grayscale: #1A1A1A. Windows color (decimal): -12058579 or 2949192. OLE color: 2949192.

HSL color Cylindrical-coordinate representation of color #48002D: hue angle of 322.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48002D is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 0 45 -
CMYK 0 1 0.38 0.72
HSL 322.5º 1% 0.14% -
HSV(B) 322.5º 1% 0.28% -
XYZ 3.15 1.57 2.62 -
YUV 26.66 138.35 160.34 -
System Red Green Blue C M Y K H S L
Decimal 72 0 45 0 1 0.38 0.72 322.5 1 0.14
Hex 48 0 2D 0 64 26 48 142 64 E
Octal 110 0 55 0 144 46 110 502 144 16
Binary 1001000 0 101101 0 1100100 100110 1001000 101000010 1100100 1110

Color Harmonies of #48002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48002D

Black with #48002D

Text Example


Text Example

White with #48002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48002D; }

 p { color: rgb(72,0,45); }

 H1.HeaderClassName
 {
   color: #48002D;
 }
 .AnyTagClassName
 {
   color: #48002D;
 }
</style>

background-color css

<style>
 a { background-color: #48002D; }

 a { background-color: rgb(72,0,45); }

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

border-color css

<style>
 span { border-color: #48002D; }

 span { border-color: rgb(72,0,45); }

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