Html Css Color HEX #4B1335 Blackberry

📋 copy color: '#4B1335'

red 75 ◦ green 19 ◦ blue 53

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

Shades of Blackberry #4B1335

Tints of Blackberry #4B1335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.93%

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

R = 51.02%
G = 12.93%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#4B1335 (or 0x4B1335) is known color: Blackberry. HEX triplet: 4B, 13 and 35. RGB value is (75,19,53). Sum of RGB (Red+Green+Blue) = 75+19+53=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1335 is #B4ECCA. Grayscale: #272727. Windows color (decimal): -11857099 or 3478347. OLE color: 3478347.

HSL color Cylindrical-coordinate representation of color #4B1335: hue angle of 323.57º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B1335 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 19 53 -
CMYK 0 0.75 0.29 0.71
HSL 323.57º 0.6% 0.18% -
HSV(B) 323.57º 0.75% 0.29% -
XYZ 3.78 2.22 3.6 -
YUV 39.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 75 19 53 0 0.75 0.29 0.71 323.57 0.6 0.18
Hex 4B 13 35 0 4B 1D 47 144 3C 12
Octal 113 23 65 0 113 35 107 504 74 22
Binary 1001011 10011 110101 0 1001011 11101 1000111 101000100 111100 10010

Color Harmonies of #4B1335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1335

Black with #4B1335

Text Example


Text Example

White with #4B1335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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