Html Css Color HEX #48002C Blackberry

📋 copy color: '#48002C'

red 72 ◦ green 0 ◦ blue 44

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

Shades of Blackberry #48002C

Tints of Blackberry #48002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 37.93%

R = 62.07%
G = 0%
B = 37.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#48002C (or 0x48002C) is known color: Blackberry. HEX triplet: 48, 00 and 2C. RGB value is (72,0,44). Sum of RGB (Red+Green+Blue) = 72+0+44=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #48002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48002C is #B7FFD3. Grayscale: #1A1A1A. Windows color (decimal): -12058580 or 2883656. OLE color: 2883656.

HSL color Cylindrical-coordinate representation of color #48002C: hue angle of 323.33º 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 #48002C is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 0 44 -
CMYK 0 1 0.39 0.72
HSL 323.33º 1% 0.14% -
HSV(B) 323.33º 1% 0.28% -
XYZ 3.13 1.56 2.52 -
YUV 26.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 72 0 44 0 1 0.39 0.72 323.33 1 0.14
Hex 48 0 2C 0 64 27 48 143 64 E
Octal 110 0 54 0 144 47 110 503 144 16
Binary 1001000 0 101100 0 1100100 100111 1001000 101000011 1100100 1110

Color Harmonies of #48002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48002C

Black with #48002C

Text Example


Text Example

White with #48002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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