Html Css Color HEX #4B1435 Blackberry

📋 copy color: '#4B1435'

red 75 ◦ green 20 ◦ blue 53

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

Shades of Blackberry #4B1435

Tints of Blackberry #4B1435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.51%

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

R = 50.68%
G = 13.51%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#4B1435 (or 0x4B1435) is known color: Blackberry. HEX triplet: 4B, 14 and 35. RGB value is (75,20,53). Sum of RGB (Red+Green+Blue) = 75+20+53=148 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.68% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1435 is #B4EBCA. Grayscale: #282828. Windows color (decimal): -11856843 or 3478603. OLE color: 3478603.

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

Color convert

RGB 75 20 53 -
CMYK 0 0.73 0.29 0.71
HSL 324º 0.58% 0.19% -
HSV(B) 324º 0.73% 0.29% -
XYZ 3.79 2.25 3.6 -
YUV 40.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 75 20 53 0 0.73 0.29 0.71 324 0.58 0.19
Hex 4B 14 35 0 49 1D 47 144 3A 13
Octal 113 24 65 0 111 35 107 504 72 23
Binary 1001011 10100 110101 0 1001001 11101 1000111 101000100 111010 10011

Color Harmonies of #4B1435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1435

Black with #4B1435

Text Example


Text Example

White with #4B1435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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