Html Css Color HEX #35263E Blackcurrant

📋 copy color: '#35263E'

red 53 ◦ green 38 ◦ blue 62

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

Shades of Blackcurrant #35263E

Tints of Blackcurrant #35263E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.84%

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

R = 34.64%
G = 24.84%
B = 40.52%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35263E (or 0x35263E) is known color: Blackcurrant. HEX triplet: 35, 26 and 3E. RGB value is (53,38,62). Sum of RGB (Red+Green+Blue) = 53+38+62=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 62 - color contains mainly: blue. Hex color #35263E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35263E is #CAD9C1. Grayscale: #2D2D2D. Windows color (decimal): -13294018 or 4073013. OLE color: 4073013.

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

Color convert

RGB 53 38 62 -
CMYK 0.15 0.39 0 0.76
HSL 277.5º 0.24% 0.2% -
HSV(B) 277.5º 0.39% 0.24% -
XYZ 3.03 2.49 4.88 -
YUV 45.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 53 38 62 0.15 0.39 0 0.76 277.5 0.24 0.2
Hex 35 26 3E F 27 0 4C 116 18 14
Octal 65 46 76 17 47 0 114 426 30 24
Binary 110101 100110 111110 1111 100111 0 1001100 100010110 11000 10100

Color Harmonies of #35263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35263E

Black with #35263E

Text Example


Text Example

White with #35263E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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