Html Css Color HEX #230C31 Blackcurrant

📋 copy color: '#230C31'

red 35 ◦ green 12 ◦ blue 49

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

Shades of Blackcurrant #230C31

Tints of Blackcurrant #230C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.5%

 BLUE value IS 49 (19.53% from 255) = 51.04%

R = 36.46%
G = 12.5%
B = 51.04%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#230C31 (or 0x230C31) is known color: Blackcurrant. HEX triplet: 23, 0C and 31. RGB value is (35,12,49). Sum of RGB (Red+Green+Blue) = 35+12+49=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #230C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C31 is #DCF3CE. Grayscale: #161616. Windows color (decimal): -14480335 or 3214371. OLE color: 3214371.

HSL color Cylindrical-coordinate representation of color #230C31: hue angle of 277.3º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #230C31 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 12 49 -
CMYK 0.29 0.76 0 0.81
HSL 277.3º 0.61% 0.12% -
HSV(B) 277.3º 0.76% 0.19% -
XYZ 1.38 0.84 3 -
YUV 23.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 35 12 49 0.29 0.76 0 0.81 277.3 0.61 0.12
Hex 23 C 31 1D 4C 0 51 115 3D C
Octal 43 14 61 35 114 0 121 425 75 14
Binary 100011 1100 110001 11101 1001100 0 1010001 100010101 111101 1100

Color Harmonies of #230C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C31

Black with #230C31

Text Example


Text Example

White with #230C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230C31; }

 p { color: rgb(35,12,49); }

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

background-color css

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

 a { background-color: rgb(35,12,49); }

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

border-color css

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

 span { border-color: rgb(35,12,49); }

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