Html Css Color HEX #35233A Blackcurrant

📋 copy color: '#35233A'

red 53 ◦ green 35 ◦ blue 58

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

Shades of Blackcurrant #35233A

Tints of Blackcurrant #35233A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 39.73%

R = 36.3%
G = 23.97%
B = 39.73%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35233A (or 0x35233A) is known color: Blackcurrant. HEX triplet: 35, 23 and 3A. RGB value is (53,35,58). Sum of RGB (Red+Green+Blue) = 53+35+58=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 58 - color contains mainly: blue. Hex color #35233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35233A is #CADCC5. Grayscale: #2A2A2A. Windows color (decimal): -13294790 or 3810101. OLE color: 3810101.

HSL color Cylindrical-coordinate representation of color #35233A: hue angle of 286.96º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #35233A is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 35 58 -
CMYK 0.09 0.40 0 0.77
HSL 286.96º 0.25% 0.18% -
HSV(B) 286.96º 0.4% 0.23% -
XYZ 2.83 2.26 4.29 -
YUV 43 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 53 35 58 0.09 0.40 0 0.77 286.96 0.25 0.18
Hex 35 23 3A 9 28 0 4D 11F 19 12
Octal 65 43 72 11 50 0 115 437 31 22
Binary 110101 100011 111010 1001 101000 0 1001101 100011111 11001 10010

Color Harmonies of #35233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35233A

Black with #35233A

Text Example


Text Example

White with #35233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35233A; }

 p { color: rgb(53,35,58); }

 H1.HeaderClassName
 {
   color: #35233A;
 }
 .AnyTagClassName
 {
   color: #35233A;
 }
</style>

background-color css

<style>
 a { background-color: #35233A; }

 a { background-color: rgb(53,35,58); }

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

border-color css

<style>
 span { border-color: #35233A; }

 span { border-color: rgb(53,35,58); }

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