Html Css Color HEX #481C34 Blackberry

📋 copy color: '#481C34'

red 72 ◦ green 28 ◦ blue 52

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

Shades of Blackberry #481C34

Tints of Blackberry #481C34

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.42%

 BLUE value IS 52 (20.7% from 255) = 34.21%

R = 47.37%
G = 18.42%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#481C34 (or 0x481C34) is known color: Blackberry. HEX triplet: 48, 1C and 34. RGB value is (72,28,52). Sum of RGB (Red+Green+Blue) = 72+28+52=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #481C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C34 is #B7E3CB. Grayscale: #2B2B2B. Windows color (decimal): -12051404 or 3415112. OLE color: 3415112.

HSL color Cylindrical-coordinate representation of color #481C34: hue angle of 327.27º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481C34 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 28 52 -
CMYK 0 0.61 0.28 0.72
HSL 327.27º 0.44% 0.2% -
HSV(B) 327.27º 0.61% 0.28% -
XYZ 3.71 2.46 3.53 -
YUV 43.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 72 28 52 0 0.61 0.28 0.72 327.27 0.44 0.2
Hex 48 1C 34 0 3D 1C 48 147 2C 14
Octal 110 34 64 0 75 34 110 507 54 24
Binary 1001000 11100 110100 0 111101 11100 1001000 101000111 101100 10100

Color Harmonies of #481C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C34

Black with #481C34

Text Example


Text Example

White with #481C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481C34; }

 p { color: rgb(72,28,52); }

 H1.HeaderClassName
 {
   color: #481C34;
 }
 .AnyTagClassName
 {
   color: #481C34;
 }
</style>

background-color css

<style>
 a { background-color: #481C34; }

 a { background-color: rgb(72,28,52); }

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

border-color css

<style>
 span { border-color: #481C34; }

 span { border-color: rgb(72,28,52); }

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