Html Css Color HEX #230835 Blackcurrant

📋 copy color: '#230835'

red 35 ◦ green 8 ◦ blue 53

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

Shades of Blackcurrant #230835

Tints of Blackcurrant #230835

RGB

 RED value IS 35 (14.06% from 255) = 36.46%

 GREEN value IS 8 (3.52% from 255) = 8.33%

 BLUE value IS 53 (21.09% from 255) = 55.21%

R = 36.46%
G = 8.33%
B = 55.21%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#230835 (or 0x230835) is known color: Blackcurrant. HEX triplet: 23, 08 and 35. RGB value is (35,8,53). Sum of RGB (Red+Green+Blue) = 35+8+53=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 53 (21.09% from 255 or 55.21% from 96); Max value from RGB is 53 - color contains mainly: blue. Hex color #230835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230835 is #DCF7CA. Grayscale: #151515. Windows color (decimal): -14481355 or 3475491. OLE color: 3475491.

HSL color Cylindrical-coordinate representation of color #230835: hue angle of 276º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #230835 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 35 8 53 -
CMYK 0.34 0.85 0 0.79
HSL 276º 0.74% 0.12% -
HSV(B) 276º 0.85% 0.21% -
XYZ 1.42 0.79 3.45 -
YUV 21.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 35 8 53 0.34 0.85 0 0.79 276 0.74 0.12
Hex 23 8 35 22 55 0 4F 114 4A C
Octal 43 10 65 42 125 0 117 424 112 14
Binary 100011 1000 110101 100010 1010101 0 1001111 100010100 1001010 1100

Color Harmonies of #230835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230835

Black with #230835

Text Example


Text Example

White with #230835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230835; }

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

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

background-color css

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

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

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

border-color css

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

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

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