Html Css Color HEX #230C2F Blackcurrant

📋 copy color: '#230C2F'

red 35 ◦ green 12 ◦ blue 47

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

Shades of Blackcurrant #230C2F

Tints of Blackcurrant #230C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 50%

R = 37.23%
G = 12.77%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#230C2F (or 0x230C2F) is known color: Blackcurrant. HEX triplet: 23, 0C and 2F. RGB value is (35,12,47). Sum of RGB (Red+Green+Blue) = 35+12+47=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #230C2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C2F is #DCF3D0. Grayscale: #161616. Windows color (decimal): -14480337 or 3083299. OLE color: 3083299.

HSL color Cylindrical-coordinate representation of color #230C2F: hue angle of 279.43º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #230C2F is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 35 12 47 -
CMYK 0.26 0.74 0 0.82
HSL 279.43º 0.59% 0.12% -
HSV(B) 279.43º 0.74% 0.18% -
XYZ 1.34 0.83 2.78 -
YUV 22.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 35 12 47 0.26 0.74 0 0.82 279.43 0.59 0.12
Hex 23 C 2F 1A 4A 0 52 117 3B C
Octal 43 14 57 32 112 0 122 427 73 14
Binary 100011 1100 101111 11010 1001010 0 1010010 100010111 111011 1100

Color Harmonies of #230C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C2F

Black with #230C2F

Text Example


Text Example

White with #230C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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