Html Css Color HEX #35193B Blackcurrant

📋 copy color: '#35193B'

red 53 ◦ green 25 ◦ blue 59

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

Shades of Blackcurrant #35193B

Tints of Blackcurrant #35193B

RGB

 RED value IS 53 (21.09% from 255) = 38.69%

 GREEN value IS 25 (10.16% from 255) = 18.25%

 BLUE value IS 59 (23.44% from 255) = 43.07%

R = 38.69%
G = 18.25%
B = 43.07%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35193B (or 0x35193B) is known color: Blackcurrant. HEX triplet: 35, 19 and 3B. RGB value is (53,25,59). Sum of RGB (Red+Green+Blue) = 53+25+59=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 59 - color contains mainly: blue. Hex color #35193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35193B is #CAE6C4. Grayscale: #252525. Windows color (decimal): -13297349 or 3873077. OLE color: 3873077.

HSL color Cylindrical-coordinate representation of color #35193B: hue angle of 289.41º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35193B is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 25 59 -
CMYK 0.10 0.58 0 0.77
HSL 289.41º 0.4% 0.16% -
HSV(B) 289.41º 0.58% 0.23% -
XYZ 2.61 1.77 4.34 -
YUV 37.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 53 25 59 0.10 0.58 0 0.77 289.41 0.4 0.16
Hex 35 19 3B A 3A 0 4D 121 28 10
Octal 65 31 73 12 72 0 115 441 50 20
Binary 110101 11001 111011 1010 111010 0 1001101 100100001 101000 10000

Color Harmonies of #35193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35193B

Black with #35193B

Text Example


Text Example

White with #35193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35193B; }

 p { color: rgb(53,25,59); }

 H1.HeaderClassName
 {
   color: #35193B;
 }
 .AnyTagClassName
 {
   color: #35193B;
 }
</style>

background-color css

<style>
 a { background-color: #35193B; }

 a { background-color: rgb(53,25,59); }

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

border-color css

<style>
 span { border-color: #35193B; }

 span { border-color: rgb(53,25,59); }

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