Html Css Color HEX #35183E Blackcurrant

📋 copy color: '#35183E'

red 53 ◦ green 24 ◦ blue 62

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

Shades of Blackcurrant #35183E

Tints of Blackcurrant #35183E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 44.6%

R = 38.13%
G = 17.27%
B = 44.6%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35183E (or 0x35183E) is known color: Blackcurrant. HEX triplet: 35, 18 and 3E. RGB value is (53,24,62). Sum of RGB (Red+Green+Blue) = 53+24+62=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #35183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35183E is #CAE7C1. Grayscale: #242424. Windows color (decimal): -13297602 or 4069429. OLE color: 4069429.

HSL color Cylindrical-coordinate representation of color #35183E: hue angle of 285.79º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35183E is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 24 62 -
CMYK 0.15 0.61 0 0.76
HSL 285.79º 0.44% 0.17% -
HSV(B) 285.79º 0.61% 0.24% -
XYZ 2.66 1.76 4.76 -
YUV 37 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 53 24 62 0.15 0.61 0 0.76 285.79 0.44 0.17
Hex 35 18 3E F 3D 0 4C 11E 2C 11
Octal 65 30 76 17 75 0 114 436 54 21
Binary 110101 11000 111110 1111 111101 0 1001100 100011110 101100 10001

Color Harmonies of #35183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35183E

Black with #35183E

Text Example


Text Example

White with #35183E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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