Html Css Color HEX #4B0D37 Blackberry

📋 copy color: '#4B0D37'

red 75 ◦ green 13 ◦ blue 55

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

Shades of Blackberry #4B0D37

Tints of Blackberry #4B0D37

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.09%

 BLUE value IS 55 (21.88% from 255) = 38.46%

R = 52.45%
G = 9.09%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#4B0D37 (or 0x4B0D37) is known color: Blackberry. HEX triplet: 4B, 0D and 37. RGB value is (75,13,55). Sum of RGB (Red+Green+Blue) = 75+13+55=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0D37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0D37 is #B4F2C8. Grayscale: #242424. Windows color (decimal): -11858633 or 3607883. OLE color: 3607883.

HSL color Cylindrical-coordinate representation of color #4B0D37: hue angle of 319.35º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B0D37 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 13 55 -
CMYK 0 0.83 0.27 0.71
HSL 319.35º 0.7% 0.17% -
HSV(B) 319.35º 0.83% 0.29% -
XYZ 3.74 2.06 3.82 -
YUV 36.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 75 13 55 0 0.83 0.27 0.71 319.35 0.7 0.17
Hex 4B D 37 0 53 1B 47 13F 46 11
Octal 113 15 67 0 123 33 107 477 106 21
Binary 1001011 1101 110111 0 1010011 11011 1000111 100111111 1000110 10001

Color Harmonies of #4B0D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0D37

Black with #4B0D37

Text Example


Text Example

White with #4B0D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,13,55); }

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

background-color css

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

 a { background-color: rgb(75,13,55); }

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

border-color css

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

 span { border-color: rgb(75,13,55); }

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