Html Css Color HEX #230413 Blackberry

📋 copy color: '#230413'

red 35 ◦ green 4 ◦ blue 19

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

Shades of Blackberry #230413

Tints of Blackberry #230413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.9%

 BLUE value IS 19 (7.81% from 255) = 32.76%

R = 60.34%
G = 6.9%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#230413 (or 0x230413) is known color: Blackberry. HEX triplet: 23, 04 and 13. RGB value is (35,4,19). Sum of RGB (Red+Green+Blue) = 35+4+19=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #230413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230413 is #DCFBEC. Grayscale: #0E0E0E. Windows color (decimal): -14482413 or 1246243. OLE color: 1246243.

HSL color Cylindrical-coordinate representation of color #230413: hue angle of 330.97º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230413 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 4 19 -
CMYK 0 0.89 0.46 0.86
HSL 330.97º 0.79% 0.08% -
HSV(B) 330.97º 0.89% 0.14% -
XYZ 0.85 0.49 0.67 -
YUV 14.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 35 4 19 0 0.89 0.46 0.86 330.97 0.79 0.08
Hex 23 4 13 0 59 2E 56 14B 4F 8
Octal 43 4 23 0 131 56 126 513 117 10
Binary 100011 100 10011 0 1011001 101110 1010110 101001011 1001111 1000

Color Harmonies of #230413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230413

Black with #230413

Text Example


Text Example

White with #230413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230413; }

 p { color: rgb(35,4,19); }

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

background-color css

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

 a { background-color: rgb(35,4,19); }

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

border-color css

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

 span { border-color: rgb(35,4,19); }

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