Html Css Color HEX #5F2330 Black Rose

📋 copy color: '#5F2330'

red 95 ◦ green 35 ◦ blue 48

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

Shades of Black Rose #5F2330

Tints of Black Rose #5F2330

RGB

 RED value IS 95 (37.5% from 255) = 53.37%

 GREEN value IS 35 (14.06% from 255) = 19.66%

 BLUE value IS 48 (19.14% from 255) = 26.97%

R = 53.37%
G = 19.66%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.63

RGB Variations

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

Color information

#5F2330 (or 0x5F2330) is known color: Black Rose. HEX triplet: 5F, 23 and 30. RGB value is (95,35,48). Sum of RGB (Red+Green+Blue) = 95+35+48=178 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.37% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2330 is #A0DCCF. Grayscale: #363636. Windows color (decimal): -10542288 or 3154783. OLE color: 3154783.

HSL color Cylindrical-coordinate representation of color #5F2330: hue angle of 347º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F2330 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 35 48 -
CMYK 0 0.63 0.49 0.63
HSL 347º 0.46% 0.25% -
HSV(B) 347º 0.63% 0.37% -
XYZ 5.85 3.85 3.23 -
YUV 54.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 95 35 48 0 0.63 0.49 0.63 347 0.46 0.25
Hex 5F 23 30 0 3F 31 3F 15B 2E 19
Octal 137 43 60 0 77 61 77 533 56 31
Binary 1011111 100011 110000 0 111111 110001 111111 101011011 101110 11001

Color Harmonies of #5F2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2330

Black with #5F2330

Text Example


Text Example

White with #5F2330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F2330; }

 p { color: rgb(95,35,48); }

 H1.HeaderClassName
 {
   color: #5F2330;
 }
 .AnyTagClassName
 {
   color: #5F2330;
 }
</style>

background-color css

<style>
 a { background-color: #5F2330; }

 a { background-color: rgb(95,35,48); }

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

border-color css

<style>
 span { border-color: #5F2330; }

 span { border-color: rgb(95,35,48); }

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