Html Css Color HEX #35183F Blackcurrant

📋 copy color: '#35183F'

red 53 ◦ green 24 ◦ blue 63

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

Shades of Blackcurrant #35183F

Tints of Blackcurrant #35183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.14%

 BLUE value IS 63 (25% from 255) = 45%

R = 37.86%
G = 17.14%
B = 45%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35183F (or 0x35183F) is known color: Blackcurrant. HEX triplet: 35, 18 and 3F. RGB value is (53,24,63). Sum of RGB (Red+Green+Blue) = 53+24+63=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #35183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35183F is #CAE7C0. Grayscale: #242424. Windows color (decimal): -13297601 or 4134965. OLE color: 4134965.

HSL color Cylindrical-coordinate representation of color #35183F: hue angle of 284.62º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35183F is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 24 63 -
CMYK 0.16 0.62 0 0.75
HSL 284.62º 0.45% 0.17% -
HSV(B) 284.62º 0.62% 0.25% -
XYZ 2.69 1.77 4.9 -
YUV 37.12 142.61 139.33 -
System Red Green Blue C M Y K H S L
Decimal 53 24 63 0.16 0.62 0 0.75 284.62 0.45 0.17
Hex 35 18 3F 10 3E 0 4B 11D 2D 11
Octal 65 30 77 20 76 0 113 435 55 21
Binary 110101 11000 111111 10000 111110 0 1001011 100011101 101101 10001

Color Harmonies of #35183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35183F

Black with #35183F

Text Example


Text Example

White with #35183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35183F; }

 p { color: rgb(53,24,63); }

 H1.HeaderClassName
 {
   color: #35183F;
 }
 .AnyTagClassName
 {
   color: #35183F;
 }
</style>

background-color css

<style>
 a { background-color: #35183F; }

 a { background-color: rgb(53,24,63); }

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

border-color css

<style>
 span { border-color: #35183F; }

 span { border-color: rgb(53,24,63); }

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