Html Css Color HEX #4B1D35 Blackberry

📋 copy color: '#4B1D35'

red 75 ◦ green 29 ◦ blue 53

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

Shades of Blackberry #4B1D35

Tints of Blackberry #4B1D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.76%

R = 47.77%
G = 18.47%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#4B1D35 (or 0x4B1D35) is known color: Blackberry. HEX triplet: 4B, 1D and 35. RGB value is (75,29,53). Sum of RGB (Red+Green+Blue) = 75+29+53=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1D35 is #B4E2CA. Grayscale: #2D2D2D. Windows color (decimal): -11854539 or 3480907. OLE color: 3480907.

HSL color Cylindrical-coordinate representation of color #4B1D35: hue angle of 328.7º 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 #4B1D35 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 29 53 -
CMYK 0 0.61 0.29 0.71
HSL 328.7º 0.44% 0.2% -
HSV(B) 328.7º 0.61% 0.29% -
XYZ 3.98 2.63 3.67 -
YUV 45.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 75 29 53 0 0.61 0.29 0.71 328.7 0.44 0.2
Hex 4B 1D 35 0 3D 1D 47 149 2C 14
Octal 113 35 65 0 75 35 107 511 54 24
Binary 1001011 11101 110101 0 111101 11101 1000111 101001001 101100 10100

Color Harmonies of #4B1D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1D35

Black with #4B1D35

Text Example


Text Example

White with #4B1D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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