Html Css Color HEX #35263F Blackcurrant

📋 copy color: '#35263F'

red 53 ◦ green 38 ◦ blue 63

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

Shades of Blackcurrant #35263F

Tints of Blackcurrant #35263F

RGB

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

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

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

R = 34.42%
G = 24.68%
B = 40.91%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35263F (or 0x35263F) is known color: Blackcurrant. HEX triplet: 35, 26 and 3F. RGB value is (53,38,63). Sum of RGB (Red+Green+Blue) = 53+38+63=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 63 - color contains mainly: blue. Hex color #35263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35263F is #CAD9C0. Grayscale: #2D2D2D. Windows color (decimal): -13294017 or 4138549. OLE color: 4138549.

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

Color convert

RGB 53 38 63 -
CMYK 0.16 0.40 0 0.75
HSL 276º 0.25% 0.2% -
HSV(B) 276º 0.4% 0.25% -
XYZ 3.06 2.5 5.02 -
YUV 45.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 53 38 63 0.16 0.40 0 0.75 276 0.25 0.2
Hex 35 26 3F 10 28 0 4B 114 19 14
Octal 65 46 77 20 50 0 113 424 31 24
Binary 110101 100110 111111 10000 101000 0 1001011 100010100 11001 10100

Color Harmonies of #35263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35263F

Black with #35263F

Text Example


Text Example

White with #35263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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