Html Css Color HEX #4B1F34 Blackberry

📋 copy color: '#4B1F34'

red 75 ◦ green 31 ◦ blue 52

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

Shades of Blackberry #4B1F34

Tints of Blackberry #4B1F34

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.62%

 BLUE value IS 52 (20.7% from 255) = 32.91%

R = 47.47%
G = 19.62%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#4B1F34 (or 0x4B1F34) is known color: Blackberry. HEX triplet: 4B, 1F and 34. RGB value is (75,31,52). Sum of RGB (Red+Green+Blue) = 75+31+52=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1F34 is #B4E0CB. Grayscale: #2E2E2E. Windows color (decimal): -11854028 or 3415883. OLE color: 3415883.

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

Color convert

RGB 75 31 52 -
CMYK 0 0.59 0.31 0.71
HSL 331.36º 0.42% 0.21% -
HSV(B) 331.36º 0.59% 0.29% -
XYZ 4.01 2.72 3.56 -
YUV 46.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 75 31 52 0 0.59 0.31 0.71 331.36 0.42 0.21
Hex 4B 1F 34 0 3B 1F 47 14B 2A 15
Octal 113 37 64 0 73 37 107 513 52 25
Binary 1001011 11111 110100 0 111011 11111 1000111 101001011 101010 10101

Color Harmonies of #4B1F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1F34

Black with #4B1F34

Text Example


Text Example

White with #4B1F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,31,52); }

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

background-color css

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

 a { background-color: rgb(75,31,52); }

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

border-color css

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

 span { border-color: rgb(75,31,52); }

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