Html Css Color HEX #230935 Blackcurrant

📋 copy color: '#230935'

red 35 ◦ green 9 ◦ blue 53

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

Shades of Blackcurrant #230935

Tints of Blackcurrant #230935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.28%

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

R = 36.08%
G = 9.28%
B = 54.64%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#230935 (or 0x230935) is known color: Blackcurrant. HEX triplet: 23, 09 and 35. RGB value is (35,9,53). Sum of RGB (Red+Green+Blue) = 35+9+53=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 53 (21.09% from 255 or 54.64% from 97); Max value from RGB is 53 - color contains mainly: blue. Hex color #230935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230935 is #DCF6CA. Grayscale: #151515. Windows color (decimal): -14481099 or 3475747. OLE color: 3475747.

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

Color convert

RGB 35 9 53 -
CMYK 0.34 0.83 0 0.79
HSL 275.45º 0.71% 0.12% -
HSV(B) 275.45º 0.83% 0.21% -
XYZ 1.43 0.81 3.45 -
YUV 21.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 35 9 53 0.34 0.83 0 0.79 275.45 0.71 0.12
Hex 23 9 35 22 53 0 4F 113 47 C
Octal 43 11 65 42 123 0 117 423 107 14
Binary 100011 1001 110101 100010 1010011 0 1001111 100010011 1000111 1100

Color Harmonies of #230935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230935

Black with #230935

Text Example


Text Example

White with #230935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230935; }

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

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

background-color css

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

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

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

border-color css

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

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

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