Html Css Color HEX #35183D Blackcurrant

📋 copy color: '#35183D'

red 53 ◦ green 24 ◦ blue 61

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

Shades of Blackcurrant #35183D

Tints of Blackcurrant #35183D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 44.2%

R = 38.41%
G = 17.39%
B = 44.2%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35183D (or 0x35183D) is known color: Blackcurrant. HEX triplet: 35, 18 and 3D. RGB value is (53,24,61). Sum of RGB (Red+Green+Blue) = 53+24+61=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 61 - color contains mainly: blue. Hex color #35183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35183D is #CAE7C2. Grayscale: #242424. Windows color (decimal): -13297603 or 4003893. OLE color: 4003893.

HSL color Cylindrical-coordinate representation of color #35183D: hue angle of 287.03º 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 #35183D is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 24 61 -
CMYK 0.13 0.61 0 0.76
HSL 287.03º 0.44% 0.17% -
HSV(B) 287.03º 0.61% 0.24% -
XYZ 2.64 1.75 4.61 -
YUV 36.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 53 24 61 0.13 0.61 0 0.76 287.03 0.44 0.17
Hex 35 18 3D D 3D 0 4C 11F 2C 11
Octal 65 30 75 15 75 0 114 437 54 21
Binary 110101 11000 111101 1101 111101 0 1001100 100011111 101100 10001

Color Harmonies of #35183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35183D

Black with #35183D

Text Example


Text Example

White with #35183D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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