Html Css Color HEX #4B1D3B Blackberry

📋 copy color: '#4B1D3B'

red 75 ◦ green 29 ◦ blue 59

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

Shades of Blackberry #4B1D3B

Tints of Blackberry #4B1D3B

RGB

 RED value IS 75 (29.69% from 255) = 46.01%

 GREEN value IS 29 (11.72% from 255) = 17.79%

 BLUE value IS 59 (23.44% from 255) = 36.2%

R = 46.01%
G = 17.79%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#4B1D3B (or 0x4B1D3B) is known color: Blackberry. HEX triplet: 4B, 1D and 3B. RGB value is (75,29,59). Sum of RGB (Red+Green+Blue) = 75+29+59=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1D3B is #B4E2C4. Grayscale: #2E2E2E. Windows color (decimal): -11854533 or 3874123. OLE color: 3874123.

HSL color Cylindrical-coordinate representation of color #4B1D3B: hue angle of 320.87º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B1D3B is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 29 59 -
CMYK 0 0.61 0.21 0.71
HSL 320.87º 0.44% 0.2% -
HSV(B) 320.87º 0.61% 0.29% -
XYZ 4.13 2.69 4.44 -
YUV 46.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 75 29 59 0 0.61 0.21 0.71 320.87 0.44 0.2
Hex 4B 1D 3B 0 3D 15 47 141 2C 14
Octal 113 35 73 0 75 25 107 501 54 24
Binary 1001011 11101 111011 0 111101 10101 1000111 101000001 101100 10100

Color Harmonies of #4B1D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1D3B

Black with #4B1D3B

Text Example


Text Example

White with #4B1D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B1D3B; }

 p { color: rgb(75,29,59); }

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

background-color css

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

 a { background-color: rgb(75,29,59); }

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

border-color css

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

 span { border-color: rgb(75,29,59); }

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