Html Css Color HEX #481438 Blackberry

📋 copy color: '#481438'

red 72 ◦ green 20 ◦ blue 56

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

Shades of Blackberry #481438

Tints of Blackberry #481438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.51%

 BLUE value IS 56 (22.27% from 255) = 37.84%

R = 48.65%
G = 13.51%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#481438 (or 0x481438) is known color: Blackberry. HEX triplet: 48, 14 and 38. RGB value is (72,20,56). Sum of RGB (Red+Green+Blue) = 72+20+56=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481438 is #B7EBC7. Grayscale: #272727. Windows color (decimal): -12053448 or 3675208. OLE color: 3675208.

HSL color Cylindrical-coordinate representation of color #481438: hue angle of 318.46º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #481438 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 20 56 -
CMYK 0 0.72 0.22 0.72
HSL 318.46º 0.57% 0.18% -
HSV(B) 318.46º 0.72% 0.28% -
XYZ 3.64 2.16 3.97 -
YUV 39.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 72 20 56 0 0.72 0.22 0.72 318.46 0.57 0.18
Hex 48 14 38 0 48 16 48 13E 39 12
Octal 110 24 70 0 110 26 110 476 71 22
Binary 1001000 10100 111000 0 1001000 10110 1001000 100111110 111001 10010

Color Harmonies of #481438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481438

Black with #481438

Text Example


Text Example

White with #481438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481438; }

 p { color: rgb(72,20,56); }

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

background-color css

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

 a { background-color: rgb(72,20,56); }

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

border-color css

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

 span { border-color: rgb(72,20,56); }

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