Html Css Color HEX #481838 Blackberry

📋 copy color: '#481838'

red 72 ◦ green 24 ◦ blue 56

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

Shades of Blackberry #481838

Tints of Blackberry #481838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.79%

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

R = 47.37%
G = 15.79%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#481838 (or 0x481838) is known color: Blackberry. HEX triplet: 48, 18 and 38. RGB value is (72,24,56). Sum of RGB (Red+Green+Blue) = 72+24+56=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #481838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481838 is #B7E7C7. Grayscale: #292929. Windows color (decimal): -12052424 or 3676232. OLE color: 3676232.

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

Color convert

RGB 72 24 56 -
CMYK 0 0.67 0.22 0.72
HSL 320º 0.5% 0.19% -
HSV(B) 320º 0.67% 0.28% -
XYZ 3.71 2.32 3.99 -
YUV 42 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 72 24 56 0 0.67 0.22 0.72 320 0.5 0.19
Hex 48 18 38 0 43 16 48 140 32 13
Octal 110 30 70 0 103 26 110 500 62 23
Binary 1001000 11000 111000 0 1000011 10110 1001000 101000000 110010 10011

Color Harmonies of #481838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481838

Black with #481838

Text Example


Text Example

White with #481838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481838; }

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

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

background-color css

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

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

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

border-color css

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

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

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