Html Css Color HEX #481A3D Blackberry

📋 copy color: '#481A3D'

red 72 ◦ green 26 ◦ blue 61

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

Shades of Blackberry #481A3D

Tints of Blackberry #481A3D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

 BLUE value IS 61 (24.22% from 255) = 38.36%

R = 45.28%
G = 16.35%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#481A3D (or 0x481A3D) is known color: Blackberry. HEX triplet: 48, 1A and 3D. RGB value is (72,26,61). Sum of RGB (Red+Green+Blue) = 72+26+61=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #481A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A3D is #B7E5C2. Grayscale: #2B2B2B. Windows color (decimal): -12051907 or 4004424. OLE color: 4004424.

HSL color Cylindrical-coordinate representation of color #481A3D: hue angle of 314.35º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A3D is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 26 61 -
CMYK 0 0.64 0.15 0.72
HSL 314.35º 0.47% 0.19% -
HSV(B) 314.35º 0.64% 0.28% -
XYZ 3.88 2.45 4.68 -
YUV 43.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 72 26 61 0 0.64 0.15 0.72 314.35 0.47 0.19
Hex 48 1A 3D 0 40 F 48 13A 2F 13
Octal 110 32 75 0 100 17 110 472 57 23
Binary 1001000 11010 111101 0 1000000 1111 1001000 100111010 101111 10011

Color Harmonies of #481A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A3D

Black with #481A3D

Text Example


Text Example

White with #481A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,26,61); }

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

background-color css

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

 a { background-color: rgb(72,26,61); }

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

border-color css

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

 span { border-color: rgb(72,26,61); }

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